extra non-image storage added later breaks destroy action
Bug #1773085 reported by
Christian Ehrhardt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
uvtool (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
when you add further images to a uvt guest delete will still clean up fine in my experience.
But i you add something like a lun for example:
<disk type='block' device='lun' rawio='no' sgio='filtered'>
<driver name='qemu' type='raw'/>
<source dev='/dev/
<target dev='sda' bus='scsi'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
Then the following uvt-kvm destroy will break with
uvt-kvm: error: libvirt: key in virStorageVolLo
I assume we must harden the code a bit to skip over non file based disks (maybe with a info message).
To post a comment you must log in.