The nova.virt.hyperv.volumeutilsv2 Module

Helper methods for operations related to the management of volumes and storage repositories on Windows Server 2012 and above

class VolumeUtilsV2(host='.')

Bases: nova.virt.hyperv.basevolumeutils.BaseVolumeUtils

execute_log_out(session_id)
login_storage_target(target_lun, target_iqn, target_portal)

Add target portal, list targets and logins to the target.

logout_storage_target(target_iqn)

Logs out storage target through its session id.

Previous topic

The nova.virt.hyperv.volumeutils Module

Next topic

The nova.virt.images Module

This Page