Volume driver for NetApp NFS storage.
Bases: cinder.volume.drivers.netapp.dataontap.nfs_base.NetAppNfsDriver, cinder.volume.drivers.netapp.dataontap.utils.data_motion.DataMotionMixin
NetApp NFS driver for Data ONTAP (Cluster-mode).
Check that the driver is working and can communicate.
Fetch the image from image_service and write it to the volume.
Delete files backing each snapshot in the cgsnapshot.
Returns: | An implicit update of snapshot models that the manager will interpret and subsequently set the model state to deleted. |
---|
Deletes a snapshot.
Deletes a logical volume.
Do the customized set up on client for cluster mode.
Failover a backend to a secondary replication target.
Removes the specified volume from Cinder management.
Does not delete the underlying backend storage object. A log entry will be made to notify the Admin that the volume is no longer being managed.
Parameters: | volume – Cinder volume to unmanage |
---|