Cinder Sharedlvm Driver uninstalling

Important

All commands are executed only from superuser.

Mode superuser:

sudo -i

When you need to uninstall the Cinder Sharedlvm Driver, do the following:

  1. Uninstall Cinder Sharedlvm Driver:

    • For Python package:

      pip3 uninstall cinder-sharedlvm-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
    

Note

To uninstall the Cinder Sharedlvm Driver on Astra Linux (Smolensk), do the following:

  1. Delete the package with the command:

    apt remove -y aos-cinder-sharedlvm-driver