Bases: cinder.volume.drivers.nfs.RemoteFsDriver
NFS based cinder driver. Creates file on NFS share for using it as block device on hypervisor.
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 status.
If ‘refresh’ is True, run update the stats first.
Allow connection to connector and return connection info.
Removes an export for a logical volume.
Disallow connection from connector
Bases: cinder.volume.driver.VolumeDriver
Common base for drivers that work like NFS.
Just to override parent behavior.
Do nothing for this driver, but allow manager to handle deletion of snapshot in error state.
Get volume path (mounted locally fs path) for given volume :param volume: volume reference