The cinder.volume.drivers.hitachi.hbsd_fc Module

Fibre channel Cinder volume driver for Hitachi storage.

class HBSDFCDriver(*args, **kwargs)

Bases: cinder.volume.driver.FibreChannelDriver

VERSION = '1.1.0'
add_hostgroup()
add_hostgroup_master(hgs, master_wwns, host_ip, security_ports)
add_hostgroup_pair(pair_hostgroups)
check_for_setup_error()
check_param()
copy_image_to_volume(context, volume, image_service, image_id)
copy_volume_data(context, src_vol, dest_vol, remote=None)
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)
restore_backup(context, backup, volume, backup_service)
terminate_connection(*args, **kwargs)
unmanage(volume)

Previous topic

The cinder.volume.drivers.hitachi.hbsd_common Module

Next topic

The cinder.volume.drivers.hitachi.hbsd_horcm Module

Project Source

This Page