openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10207
Re: compute create instance failure
On 04/17/2012 03:54 PM, Nathanael Burton wrote:
> I've run into a similar problem when using whole disk (no separate kernel / ramdisk) images with LVM. In my case /dev/sda1 was the /boot file system. What I did is modify the code to let guestmount do its thing by always using the "-i" option to inspect. I don't quite understand why that isn't the default behaviour.
It's not the default because of introspection issues with older versions of libguestfs.
You essentially did the same workaround as I did with setting partition=-1
I'll do a patch supporting a configurable partition ASAP.
cheers,
Pádraig.
References