Management class for Storage-related functions (attach, detach, etc).
-
class VolumeOps
Bases: nova.virt.hyperv.baseops.BaseOps
Management class for Volume-related tasks
-
attach_boot_volume(block_device_info, vm_name)
Attach the boot volume to the IDE controller
-
attach_volume(connection_info, instance_name, mountpoint)
Attach a volume to the SCSI controller
-
detach_volume(connection_info, instance_name, mountpoint)
Dettach a volume to the SCSI controller
-
disconnect_volume(physical_drive_path)
-
get_default_root_device()
-
get_volume_connector(instance)
-
volume_in_mapping(mount_device, block_device_info)