The nova.virt.xenapi.volumeops Module

Management class for Storage-related functions (attach, detach, etc).

class VolumeOps(session)

Bases: object

Management class for Volume-related tasks

attach_volume(connection_info, instance_name, mountpoint, hotplug=True)

Attach volume storage to VM instance.

detach_all(vm_ref)

Detach any external nova/cinder volumes and purge the SRs.

detach_volume(connection_info, instance_name, mountpoint)

Detach volume storage to VM instance.

Previous topic

The nova.virt.xenapi.volume_utils Module

Next topic

The nova.vnc.xvp_proxy Module

This Page