cinder.volume.drivers.fujitsu.eternus_dx_fc
Modulecinder.volume.drivers.fujitsu.eternus_dx_fc
Module¶FibreChannel Cinder Volume driver for Fujitsu ETERNUS DX S3 series.
FJDXFCDriver
(*args, **kwargs)¶Bases: cinder.volume.driver.FibreChannelDriver
FC 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
(*args, **kwargs)¶remove_export
(context, volume)¶Driver entry point to remove an export for a volume.
terminate_connection
(*args, **kwargs)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.