The nova.virt.hyperv.basevolumeutils Module

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

class BaseVolumeUtils(host='.')

Bases: object

execute_log_out(session_id)
get_device_number_for_target(target_iqn, target_lun)
get_iscsi_initiator()

Get iscsi initiator name for this machine.

get_session_id_from_mounted_disk(physical_drive_path)
get_target_from_disk_path(disk_path)
login_storage_target(target_lun, target_iqn, target_portal)
logout_storage_target(target_iqn)
volume_in_mapping(mount_device, block_device_info)

Previous topic

The nova.virt.firewall Module

Next topic

The nova.virt.hyperv.constants Module

This Page