The cinder.volume.drivers.netapp.dataontap.nfs_cmode Module

Volume driver for NetApp NFS storage.

class NetAppCmodeNfsDriver(*args, **kwargs)

Bases: cinder.volume.drivers.netapp.dataontap.nfs_base.NetAppNfsDriver

NetApp NFS driver for Data ONTAP (Cluster-mode).

REQUIRED_CMODE_FLAGS = ['netapp_vserver']
check_for_setup_error()

Check that the driver is working and can communicate.

copy_image_to_volume(context, volume, image_service, image_id)

Fetch the image from image_service and write it to the volume.

create_volume(volume)

Creates a volume.

Parameters:volume – volume reference
delete_snapshot(snapshot)

Deletes a snapshot.

delete_volume(volume)

Deletes a logical volume.

do_setup(context)

Do the customized set up on client for cluster mode.

refresh_ssc_vols(*args, **kwargs)

Refreshes ssc_vols with latest entries.

Previous topic

The cinder.volume.drivers.netapp.dataontap.nfs_base Module

Next topic

The cinder.volume.drivers.netapp.dataontap.ssc_cmode Module

This Page