The cinder.volume.drivers.san.hp.hp_msa_client Module

exception HPMSAAuthenticationError

Bases: exceptions.Exception

class HPMSAClient(host, login, password, protocol='http')

Bases: object

copy_volume(source_name, target_name, vdisk)
create_snapshot(volume_name, snap_name)
create_volume(vdisk, name, size)
delete_snapshot(snap_name)
delete_volume(name)
extend_volume(name, added_size)
get_active_fc_target_ports()
get_active_target_ports()
login()

Authenticates the service on the device.

logout()
map_volume(volume_name, wwpns)
unmap_volume(volume_name, wwpns)
vdisk_exists(vdisk)
vdisk_stats(vdisk)
exception HPMSAConnectionError

Bases: exceptions.Exception

exception HPMSARequestError

Bases: exceptions.Exception

Previous topic

The cinder.volume.drivers.san.hp.hp_lefthand_rest_proxy Module

Next topic

The cinder.volume.drivers.san.hp.hp_msa_common Module

This Page