The cinder.volume.drivers.netapp.dataontap.fc_cmode Module¶
Volume driver for NetApp Data ONTAP (C-mode) FibreChannel storage systems.
- 
class 
NetAppCmodeFibreChannelDriver(*args, **kwargs)¶ Bases:
cinder.volume.driver.BaseVD,cinder.volume.driver.ManageableVDNetApp C-mode FibreChannel volume driver.
- 
CI_WIKI_NAME= ‘NetApp_CI’¶ 
- 
DRIVER_NAME= ‘NetApp_FibreChannel_Cluster_direct’¶ 
- 
VERSION= ‘1.0.0’¶ 
- 
check_for_setup_error()¶ 
- 
create_cgsnapshot(context, cgsnapshot, snapshots)¶ 
- 
create_cloned_volume(volume, src_vref)¶ 
- 
create_consistencygroup(context, group)¶ 
- 
create_consistencygroup_from_src(context, group, volumes, cgsnapshot=None, snapshots=None, source_cg=None, source_vols=None)¶ 
- 
create_export(context, volume, connector)¶ 
- 
create_snapshot(snapshot)¶ 
- 
create_volume(volume)¶ 
- 
create_volume_from_snapshot(volume, snapshot)¶ 
- 
delete_cgsnapshot(context, cgsnapshot, snapshots)¶ 
- 
delete_consistencygroup(context, group, volumes)¶ 
- 
delete_snapshot(snapshot)¶ 
- 
delete_volume(volume)¶ 
- 
do_setup(context)¶ 
- 
ensure_export(context, volume)¶ 
- 
extend_volume(volume, new_size)¶ 
- 
failover_host(context, volumes, secondary_id=None)¶ 
- 
get_default_filter_function()¶ 
- 
get_default_goodness_function()¶ 
- 
get_pool(volume)¶ 
- 
get_volume_stats(refresh=False)¶ 
- 
initialize_connection(*args, **kwargs)¶ 
- 
manage_existing(volume, existing_ref)¶ 
- 
manage_existing_get_size(volume, existing_ref)¶ 
- 
remove_export(context, volume)¶ 
- 
terminate_connection(*args, **kwargs)¶ 
- 
unmanage(volume)¶ 
- 
update_consistencygroup(context, group, add_volumes=None, remove_volumes=None)¶ 
-