Volume driver for NetApp NFS storage.
Bases: cinder.volume.drivers.netapp.nfs.NetAppDirectNfsDriver
Executes commands related to volumes on 7 mode.
Checks if setup occured properly.
Bases: cinder.volume.drivers.netapp.nfs.NetAppDirectNfsDriver
Executes commands related to volumes on c mode.
Creates a volume.
Parameters: | volume – volume reference |
---|
Refreshes ssc_vols with latest entries.
Bases: cinder.volume.drivers.netapp.nfs.NetAppNFSDriver
Executes commands related to volumes on NetApp filer.
Returns an error if prerequisites aren’t met.
Bases: cinder.volume.drivers.nfs.NfsDriver
Base class for NetApp NFS driver. Executes commands relating to Volumes.
Returns an error if prerequisites aren’t met.
Create a volume efficiently from an existing image.
image_location is a string whose format depends on the image service backend in use. The driver should use it to determine whether cloning is possible.
image_id is a string which represents id of the image. It can be used by the driver to introspect internal stores or registry to do an efficient image clone.
Returns a dict of volume properties eg. provider_location, boolean indicating whether cloning occurred.
Fetch the image from image_service and write it to the volume.
Creates a clone of the specified volume.
Creates a snapshot.
Creates a volume from a snapshot.
Deletes a snapshot.
Extend an existing volume to the new size.