David Brown
2011-Apr-27 14:29 UTC
[libvirt-users] Disk not bootable from yesterday resolved
Just an update and a thanks. The not bootable issue I was having yesterday ended up being for some odd reason the disk type in the domain define xml file had been switched to the disk being "raw" rather than qcow2 format. ?When I changed:<driver name='qemu' type='raw'/> to?<driver name='qemu' type='qcow2'/> It booted without issue. I'm not clear how that got changed on the?original domain. It was in use without issue about a week ago. :/ I then ran the clone again and it cloned fine, but had the boot issueagain. I checked the cloned domain.xml file and again it said typeraw. I changed it again to qcow2 and it booted fine. Bug? Shouldn't it keep the type in the config the same? Anyway, thanks for help and especially the quick responses! Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110427/d419adc2/attachment.htm>
David Mansfield
2011-Apr-27 18:56 UTC
[libvirt-users] Disk not bootable from yesterday resolved
On Wed, 2011-04-27 at 07:29 -0700, David Brown wrote:> Just an update and a thanks. > > > The not bootable issue I was having yesterday ended up being for some > odd reason the disk type in the domain define xml file had been > switched to the disk being "raw" rather than qcow2 format. When I > changed: > <driver name='qemu' type='raw'/> > to > <driver name='qemu' type='qcow2'/> > > It booted without issue. I'm not clear how that got changed on the > original domain. It was in use without issue about a week ago. :/ > > I then ran the clone again and it cloned fine, but had the boot issue > again. I checked the cloned domain.xml file and again it said type > raw. I changed it again to qcow2 and it booted fine. > > Bug? Shouldn't it keep the type in the config the same? > > Anyway, thanks for help and especially the quick > responses! >I had this exact thing happen to me when I updated my centos 5.5 to centos 5.6. (which goes from libvirt 0.6.something to libvirt 0.6.something, and take each with a grain of salt as Red Hat/Centos may ship highly modified versions). I'm not sure if the qcow2 changed to raw in the XML during the update, or if the old version "just worked" with raw, but the new version doesn't. David
Seemingly Similar Threads
- a problem with using qcow2 format image files as virtual disks
- p2v a single bootable partition
- Re: p2v a single bootable partition
- Using virsh blockcopy -- what's it supposed to accomplish?
- Re: Point-in-time snapshots (was: Re: Inspection of disk snapshots)