On Tue, Jun 10, 2014 at 06:03:14PM +0530, Deepak Shetty wrote: > When i use m1.tiny flavour > I see that qemu process does not have -vnc and instance name is guestfs-XXX > and uses libguestfs stuff
Prior to booting your instance, Nova uses libguestfs to check the image to see whether it can be dynamically resized or not. Libguests starts up a qemu instance, which is what you are seeing. This guestfs-XXX instance should disappear once Nova has finished inspecting the image and you should see the normal Nova instance with the -vnc flag, etc. -- Lars Kellogg-Stedman <[email protected]> | larsks @ irc Cloud Engineering / OpenStack | " " @ twitter
pgpYL27ErpncX.pgp
Description: PGP signature
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
