The cinder.volume.drivers.hitachi.hbsd_iscsi Module¶
iSCSI Cinder volume driver for Hitachi storage.
- 
class HBSDISCSIDriver(*args, **kwargs)¶
- Bases: - cinder.volume.driver.ISCSIDriver- 
CI_WIKI_NAME= ['Hitachi_HBSD_CI', 'Hitachi_HBSD2_CI']¶
 - 
VERSION= '1.1.0'¶
 - 
add_hostgroup()¶
 - 
add_hostgroup_core(hgs, ports, target_iqn, target_alias, add_iqn)¶
 - 
add_hostgroup_master(hgs, master_iqn, host_ip, security_ports)¶
 - 
check_for_setup_error()¶
 - 
check_param()¶
 - 
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)¶
 - 
do_setup(context)¶
 - 
ensure_export(context, volume)¶
 - 
extend_volume(volume, new_size)¶
 - 
get_volume_stats(refresh=False)¶
 - 
initialize_connection(volume, connector)¶
 - 
manage_existing(volume, existing_ref)¶
 - 
manage_existing_get_size(volume, existing_ref)¶
 - 
output_param_to_log()¶
 - 
pair_initialize_connection(unused_ldev)¶
 - 
pair_terminate_connection(unused_ldev)¶
 - 
remove_export(context, volume)¶
 - 
terminate_connection(volume, connector, **kwargs)¶
 - 
unmanage(volume)¶
 
-