A new 'VirtIO-SCSI enabled' flag should be introduced in order to support enabling/diasabling VirtIO-SCSI controller attachment (on VM level). When enabled, a controller is attached automatically when running the VM. That way, hot-plugging a disk attached with VirtIO-SCSI interface is applicable. When disabled, all VirtIO-SCSI functionality is blocked for the relevant VM (from UI/backend). Note: for cluster >= 3.3, the flag is defaulted to true.
verified both rest and GUI using is24.2 using restAPI ----------------- <vm> <cluster><name>ISCSI</name></cluster> <template><name>Blank</name></template> <name>Vm04</name> <virtio_scsi enabled="false"/> </vm> in case false we can't attach virtio-scsi disk, http://www.ovirt.org/Features/Virtio-SCSI
Closing - RHEV 3.3 Released