Bases: nova.volume.driver.VolumeDriver
NFS based volume driver. Creates file on NFS share for using it as block device on hypervisor.
Make sure volume is exported.
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.
Allow connection to connector and return connection info.
Get volume path (mounted locally fs path) for given volume :param volume: volume reference
Removes an export for a logical volume.
Disallow connection from connector