Displaying 1 result from an estimated 1 matches for "vm1_vda".
Did you mean:
v_vda
2010 Dec 03
1
added second virtio-disk: disk order detected wrong
...it's a linux- or libvirt-issue:
I added a 2nd virtio-disk to a kvm-based VM.
The xml shows a correct "target":
# first disk vda
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/mnt/r0/vm1_vda-clone.img'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
</disk>
# second disk vdb
<disk type='file' device='disk'&g...