cinder.volume.drivers.fujitsu.eternus_dx_iscsi
Modulecinder.volume.drivers.fujitsu.eternus_dx_iscsi
Module¶iSCSI Cinder Volume driver for Fujitsu ETERNUS DX S3 series.
FJDXISCSIDriver
(*args, **kwargs)¶Bases: cinder.volume.driver.ISCSIDriver
iSCSI Cinder Volume Driver for Fujitsu ETERNUS DX S3 series.
CI_WIKI_NAME
= ‘Fujitsu_ETERNUS_CI’¶VERSION
= ‘1.3.0’¶check_for_setup_error
()¶create_cloned_volume
(volume, src_vref)¶Create cloned volume.
create_export
(context, volume, connector)¶Driver entry point to get the export info for a new volume.
create_snapshot
(snapshot)¶Creates a snapshot.
create_volume
(volume)¶Create volume.
create_volume_from_snapshot
(volume, snapshot)¶Creates a volume from a snapshot.
delete_snapshot
(snapshot)¶Deletes a snapshot.
delete_volume
(volume)¶Delete volume on ETERNUS.
ensure_export
(context, volume)¶Driver entry point to get the export info for an existing volume.
extend_volume
(volume, new_size)¶Extend volume.
get_volume_stats
(refresh=False)¶Get volume stats.
initialize_connection
(volume, connector)¶Allow connection to connector and return connection info.
remove_export
(context, volume)¶Driver entry point to remove an export for a volume.
terminate_connection
(volume, connector, **kwargs)¶Disallow connection from connector.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.