cinder.volume.drivers.netapp.eseries.iscsi_driver
Modulecinder.volume.drivers.netapp.eseries.iscsi_driver
Module¶Volume driver for NetApp E-Series iSCSI storage systems.
NetAppEseriesISCSIDriver
(*args, **kwargs)¶Bases: cinder.volume.driver.BaseVD
, cinder.volume.driver.ManageableVD
NetApp E-Series iSCSI volume driver.
CI_WIKI_NAME
= ‘NetApp_Eseries_CI’¶DRIVER_NAME
= ‘NetApp_iSCSI_ESeries’¶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)¶get_pool
(volume)¶get_volume_stats
(refresh=False)¶initialize_connection
(volume, connector)¶manage_existing
(volume, existing_ref)¶manage_existing_get_size
(volume, existing_ref)¶remove_export
(context, volume)¶terminate_connection
(volume, connector, **kwargs)¶unmanage
(volume)¶update_consistencygroup
(context, group, add_volumes=None, remove_volumes=None)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.