The nova.virt.hyperv.volumeutils Module

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

class VolumeUtils

Bases: nova.virt.hyperv.basevolumeutils.BaseVolumeUtils

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

Executes log out of the session described by its 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.volumeops Module

Next topic

The nova.virt.hyperv.volumeutilsv2 Module

This Page