<div dir="ltr"><div>Lars,<br></div>   Thanks that helped, just curious, why does it need to use libguestfs ? Why can't it just use qemu-img resize to check ?<br>Also in my devstack setup i see that my Nova VM is stuck at this step.. so it looks like nova libvirt driver debug says "Creating image" in the n-cpu log<br>
and then it stuck there which causes my Instance state to be 'spawning' for ever.. Any idea if/why libguestfs can never return or cause nova instance to hang at BUILD/Spawning status ?<br><br>I am on F20+devstack combo<br>
<br>thanx,<br>deepak<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 10, 2014 at 7:57 PM, Lars Kellogg-Stedman <span dir="ltr"><<a href="mailto:lars@redhat.com" target="_blank">lars@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, Jun 10, 2014 at 06:03:14PM +0530, Deepak Shetty wrote:<br>
> When i use m1.tiny flavour<br>
> I see that qemu process does not have -vnc and instance name is guestfs-XXX<br>
> and uses libguestfs stuff<br>
<br>
</div>Prior to booting your instance, Nova uses libguestfs to check the image<br>
to see whether it can be dynamically resized or not.  Libguests starts<br>
up a qemu instance, which is what you are seeing.<br>
<br>
This guestfs-XXX instance should disappear once Nova has finished<br>
inspecting the image and you should see the normal Nova instance with<br>
the -vnc flag, etc.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lars Kellogg-Stedman <<a href="mailto:lars@redhat.com">lars@redhat.com</a>> | larsks @ irc<br>
Cloud Engineering / OpenStack          | "   "  @ twitter<br>
<br>
</font></span></blockquote></div><br></div>