[Bug 695697] Re: libvirt not working properly with overlays

2011-01-19 Thread James Page
This bug report is being closed due to your last comment regarding this being fixed with an configuration change. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-19 Thread James Page
This bug report is being closed due to your last comment regarding this being fixed with an configuration change. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow line and then choosing a new status in the revealed drop down box. You

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-07 Thread m00dawg
Using --disk seems to resolve the issue, thank you very much! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. https://bugs.launchpad.net/bugs/695697 Title: libvirt not working properly with overlays --

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-07 Thread m00dawg
Using --disk seems to resolve the issue, thank you very much! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695697 Title: libvirt not working properly with overlays -- ubuntu-bugs mailing list

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-06 Thread James Page
Thank you for taking the time to report this bug and helping to make Ubuntu better. I think that the issue may be that virt-install is specifying the disk format incorrectly. Assuming that you are using qcow2 format, virt-install is incorrectly specifying the overlay file as 'raw':

[Bug 695697] Re: libvirt not working properly with overlays

2011-01-06 Thread James Page
Thank you for taking the time to report this bug and helping to make Ubuntu better. I think that the issue may be that virt-install is specifying the disk format incorrectly. Assuming that you are using qcow2 format, virt-install is incorrectly specifying the overlay file as 'raw':

[Bug 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays: r...@vmdawg:~# cat ovlvm.sh #!/bin/bash FILE='-f /VMs/Domainator.ovl' #DISK='--disk path=/dev/VMs/Win7Base' #ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso' NAME='Domainator' RAM='512' OS='linux' VARIANT='ubuntukarmic'

[Bug 695697] Re: libvirt not working properly with overlays

2010-12-30 Thread m00dawg
In case it is needed, here is a script I used to create my overlays: r...@vmdawg:~# cat ovlvm.sh #!/bin/bash FILE='-f /VMs/Domainator.ovl' #DISK='--disk path=/dev/VMs/Win7Base' #ISO='/mnt/iso/ubuntu-10.10-server-amd64.iso' NAME='Domainator' RAM='512' OS='linux' VARIANT='ubuntukarmic'