Management class for Storage-related functions (attach, detach, etc).
-
class VolumeOps
Bases: object
Management class for Volume-related tasks
-
attach_volume(connection_info, instance_name, ebs_root=False)
Attach a volume to the SCSI controller or to the IDE controller if
ebs_root is True
-
attach_volumes(block_device_info, instance_name, ebs_root)
-
detach_volume(connection_info, instance_name)
Dettach a volume to the SCSI controller.
-
detach_volumes(block_device_info, instance_name)
-
disconnect_volume(physical_drive_path)
-
ebs_root_in_block_devices(block_device_info)
-
get_target_from_disk_path(physical_drive_path)
-
get_volume_connector(instance)
-
login_storage_targets(block_device_info)
-
logout_storage_target(target_iqn)