The cinder.volume.drivers.netapp.dataontap.block_cmode
Module¶
Volume driver library for NetApp C-mode block storage systems.
-
class
NetAppBlockStorageCmodeLibrary
(*args, **kwargs)¶ Bases:
cinder.volume.drivers.netapp.dataontap.block_base.NetAppBlockStorageLibrary
,cinder.volume.drivers.netapp.dataontap.utils.data_motion.DataMotionMixin
NetApp block storage library for Data ONTAP (Cluster-mode).
-
REQUIRED_CMODE_FLAGS
= [‘netapp_vserver’]¶
-
check_for_setup_error
(*args, **kwargs)¶ Check that the driver is working and can communicate.
-
delete_volume
(*args, **kwargs)¶ Driver entry point for destroying existing volumes.
-
do_setup
(*args, **kwargs)¶
-
failover_host
(*args, **kwargs)¶ Failover a backend to a secondary replication target.
-
unmanage
(*args, **kwargs)¶ Removes the specified volume from Cinder management.
Does not delete the underlying backend storage object.
-