It is now possible to modify the interface type (IDE/VirtIO) of a shared disk that is attached to more than one virtual machine. Note that the change will apply for all virtual machines to which the disk is attached.
Created attachment 707412[details]
webadmin screenshot
Description of problem:
Version-Release number of selected component (if applicable):
sf9
How reproducible:
always
Steps to Reproduce:
1. Create shareable disk.
2. Create vm and attach shareable disk.
3. Try to change interface of disk.
Actual results:
Can't change interface.
Expected results:
Can change interface.
Additional info:
Or it shouldn't be possible in REST api.
curl -k -X PUT -H "Accept: application/xml" -H "Content-Type: application/xml" -H "Filter: $filter" \
-u $U -d "<disk><interface>ide</interface></disk>" \
$URL/vms/$v_id/disks/$d_id
Created attachment 707412 [details] webadmin screenshot Description of problem: Version-Release number of selected component (if applicable): sf9 How reproducible: always Steps to Reproduce: 1. Create shareable disk. 2. Create vm and attach shareable disk. 3. Try to change interface of disk. Actual results: Can't change interface. Expected results: Can change interface. Additional info: Or it shouldn't be possible in REST api. curl -k -X PUT -H "Accept: application/xml" -H "Content-Type: application/xml" -H "Filter: $filter" \ -u $U -d "<disk><interface>ide</interface></disk>" \ $URL/vms/$v_id/disks/$d_id