Damon:  I'd recommend trying to use 'virsh edit' to do it from the
command line.  For instance, to add a disk called 
'/srv/libvirt-storage-pool-1/lucid2.img'
to a VM called lucid1, I would do:
virsh edit lucid1

which pulls up $VISUAL editor with the xml definition for lucid1.  Then add
something like

    <disk type='file' device='disk'>
      <driver name='qemu' type='raw'/>
      <source file='/home/serge/lucid2.img'/>
      <target dev='hdb' bus='ide'/>
      <address type='drive' controller='0' bus='0' unit='1'/>
    </disk>

-- 
unable to add existing storage image to KVM
https://bugs.launchpad.net/bugs/564678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to