Bases: cinder.volume.drivers.nfs.RemoteFsDriver
Gluster based cinder driver. Creates file on Gluster share for using it as block device on hypervisor.
Just to override parent behavior.
Exports the volume. Can optionally return a Dictionary of changes to the volume object to be persisted.
Creates a volume.
Deletes a logical volume.
Any initialization the volume driver does while starting.
Synchronously recreates an export for a logical volume.
Get volume stats.
If ‘refresh’ is True, update the stats first.
Allow connection to connector and return connection info.
Removes an export for a logical volume.
Disallow connection from connector.