The nova.virt.vmwareapi.volume_util Module

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

exception StorageError(message=None)

Bases: exceptions.Exception

To raise errors related to Volume commands.

find_st(session, data, cluster=None)

Return the iSCSI Target given a volume info.

get_host_iqn(session, cluster=None)

Return the host iSCSI IQN.

mountpoint_to_number(mountpoint)

Translate a mountpoint like /dev/sdc into a numeric.

rescan_iscsi_hba(session, cluster=None)

Rescan the iSCSI HBA to discover iSCSI targets.

Previous topic

The nova.virt.vmwareapi.vmware_images Module

Next topic

The nova.virt.vmwareapi.volumeops Module

This Page