Bases: cinder.volume.drivers.remotefs.RemoteFSSnapDriver, cinder.volume.driver.ExtendVD
Gluster based cinder driver.
Creates file on Gluster share for using it as block device on hypervisor.
Operations such as create/delete/extend volume/snapshot use locking on a per-process basis to prevent multiple threads from modifying qcow2 chains or the snapshot .info file simultaneously.
Create a new backup from an existing volume.
Allow a backup to occur only if no snapshots exist. Check both Cinder and the file on-disk. The latter is only a safety mechanism to prevent further damage if the snapshot information is already inconsistent.
Just to override parent behavior.
Exports the volume.
Any initialization the volume driver does while starting.
Synchronously recreates an export for a logical volume.
Removes an export for a logical volume.
Disallow connection from connector.