I ended up doing

virsh dumpxml MYDOMAIN > MYDOMAIN.xml
virsh destroy MYDOMAIN

- manually add the cdrom definition to MYDOMAIN.xml -

virsh create MYDOMAIN.xml

where the cdrom definition looks like:

<disk type='file' device='cdrom'>
      <source file='MY_ISO'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
</disk>

-- 
virsh attach-disk doesn't work
https://bugs.launchpad.net/bugs/203020
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