cinder.volume.drivers.hitachi.hbsd_fc Module¶Fibre channel Cinder volume driver for Hitachi storage.
HBSDFCDriver(*args, **kwargs)¶Bases: cinder.volume.driver.FibreChannelDriver
CI_WIKI_NAME = ['Hitachi_HBSD_CI', 'Hitachi_HBSD2_CI']¶SUPPORTED = False¶VERSION = '1.1.0'¶add_hostgroup()¶add_hostgroup_master(hgs, master_wwns, host_ip, security_ports)¶add_hostgroup_pair(pair_hostgroups)¶after_volume_copy(context, src_vol, dest_vol, remote=None)¶Driver-specific actions after copyvolume data.
This method will be called after _copy_volume_data during volume migration
before_volume_copy(context, src_vol, dest_vol, remote=None)¶Driver-specific actions before copyvolume data.
This method will be called before _copy_volume_data during volume migration
check_for_setup_error()¶check_param()¶copy_image_to_volume(context, volume, image_service, image_id)¶copy_volume_to_image(context, volume, image_service, image_meta)¶create_cloned_volume(volume, src_vref)¶create_export(context, volume, connector)¶create_snapshot(snapshot)¶create_volume(volume)¶create_volume_from_snapshot(volume, snapshot)¶delete_snapshot(snapshot)¶delete_volume(volume)¶discard_zero_page(volume)¶do_setup(context)¶ensure_export(context, volume)¶extend_volume(volume, new_size)¶get_volume_stats(refresh=False)¶initialize_connection(*args, **kwargs)¶manage_existing(volume, existing_ref)¶manage_existing_get_size(volume, existing_ref)¶output_param_to_log()¶pair_initialize_connection(ldev)¶pair_terminate_connection(ldev)¶remove_export(context, volume)¶terminate_connection(*args, **kwargs)¶unmanage(volume)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.