The nova.virt.hyperv.volumeutils Module

Helper methods for operations related to the management of volumes, and storage repositories

class VolumeUtils

Bases: object

execute(*args, **kwargs)
execute_log_out(session_id)

Executes log out of the session described by its session ID

get_iscsi_initiator(cim_conn)

Get iscsi initiator name for this machine

login_storage_target(target_lun, target_iqn, target_portal)

Add target portal, list targets and logins to the target

logout_storage_target(_conn_wmi, target_iqn)

Logs out storage target through its session id

volume_in_mapping(mount_device, block_device_info)

Previous topic

The nova.virt.hyperv.volumeops Module

Next topic

The nova.virt.images Module

This Page