SDS Driver updating

Important

First need to do setting up the environment. All commands are executed only from superuser.

Mode superuser:

sudo -i
  1. Driver updating:

    • From Python packages repository:

      pip3 uninstall cinder-sds-driver
      pip3 install cinder-sds-driver
      
  2. cinder-volume service restart:

    # Debian:
    systemctl restart cinder-volume.service