------- Comment From lagar...@br.ibm.com 2017-02-16 13:02 EDT-------
Hi Ryan,

The culprit here seems to be the usage of a non-conventional disk name
in the guest XML. For instance:

<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/sdj'/>
<target dev='vd2' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/>
</disk>

The target has dev='vd2' and this is causing the issue. You might be
able to reproduce this with any domain XML you already have, just
changing the target dev name.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1665410

Title:
  Mapping multiple disks to guests errors on ubuntu KVM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1665410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to