SDS Driver uninstalling

Important

All commands are executed only from superuser.

Mode superuser:

sudo -i

When you need to uninstall the SDS Driver, do the following:

  1. Uninstall SDS Driver Driver:

    • For Python package:

      pip3 uninstall cinder-sds-driver
      
  2. Make sure driver usage is disabled in the Cinder config file /etc/cinder/cinder.conf. If the use of the driver is enabled, then disable.

  3. Restart service cinder-volume:

    # Debian:
    systemctl restart cinder-volume.service