yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53303
[Bug 1339342] Re: VMware: boot from sparse image results in OS not found
This is an automated cleanup. This bug report has been closed because it
is older than 18 months and there is no open code change to fix this.
After this time it is unlikely that the circumstances which lead to
the observed issue can be reproduced.
If you can reproduce the bug, please:
* reopen the bug report (set to status "New")
* AND add the detailed steps to reproduce the issue (if applicable)
* AND leave a comment "CONFIRMED FOR: <RELEASE_NAME>"
Only still supported release names are valid (LIBERTY, MITAKA, OCATA, NEWTON).
Valid example: CONFIRMED FOR: LIBERTY
** Changed in: nova
Importance: Medium => Undecided
** Changed in: nova
Status: Confirmed => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1339342
Title:
VMware: boot from sparse image results in OS not found
Status in OpenStack Compute (nova):
Expired
Bug description:
I am attempting to boot an instance from the cirros image found here:
http://partnerweb.vmware.com/programs/vmdkimage/cirros-0.3.2-i386-disk.vmdk
So I originally imported the image without setting any of the vmware
properties. So when I go to boot from this image, I get "Operating
System not found" in the VM.
This was my user error, so I then used the glance command line image-
update to set those properties after the image was already created.
Then I tried another boot from this image. I got the same result,
"Operating System not found".
However, if I set the properties for the image at image-create time,
everything works. It also works if I do not boot the image before
doing an image-update. So definitely seems as though some of the
metadata is cached.
To Recreate:
- use glance image-create to import image: http://partnerweb.vmware.com/programs/vmdkimage/cirros-0.3.2-i386-disk.vmdk (do not set any of the vmware_* properties.
- boot from this image, notice it fails to find the OS as expected
- use glance image-update to modify the image metadata so that it properly has the --property vmware_adaptertype="ide" --property vmware_disktype="sparse" set.
- boot from this image again, notice it still fails, which is unexpected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1339342/+subscriptions
References