SDS Driver uninstalling¶
When you need to uninstall the SDS Driver, do the following:
Uninstall SDS Driver Driver:
For Python package:
pip3 uninstall cinder-sds-driver
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.Restart service
cinder-volume
:# Debian: systemctl restart cinder-volume.service