yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10410
[Bug 1286405] [NEW] Unable to boot VM using image exported from Virtual Center
Public bug reported:
Steps to reproduce:
1. From Virtual Center, export a working VM as an OVA file (test.ova)
2. Upload OVA file to glance using:
glance image-create --name=testova --disk-format=vmdk --container-format=ovf --is-public=True --property vmware_adaptertype="ide" --property vmware_disktype="preallocated" < testimages/test.ova
actual result:
The boot appears to succeed and the VM appears running, but the console shows "Operating system not found".
Also:
- I have tried with --property vmware_disktype="sparse" and the result is the same
- Trying with --container-format="ova" gives:
400 Bad Request
Invalid container format 'ova' for image.
(HTTP 400)
Expected:
Able to boot into OS and see the login screen
** Affects: nova
Importance: Undecided
Status: New
** Tags: vmware
--
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/1286405
Title:
Unable to boot VM using image exported from Virtual Center
Status in OpenStack Compute (Nova):
New
Bug description:
Steps to reproduce:
1. From Virtual Center, export a working VM as an OVA file (test.ova)
2. Upload OVA file to glance using:
glance image-create --name=testova --disk-format=vmdk --container-format=ovf --is-public=True --property vmware_adaptertype="ide" --property vmware_disktype="preallocated" < testimages/test.ova
actual result:
The boot appears to succeed and the VM appears running, but the console shows "Operating system not found".
Also:
- I have tried with --property vmware_disktype="sparse" and the result is the same
- Trying with --container-format="ova" gives:
400 Bad Request
Invalid container format 'ova' for image.
(HTTP 400)
Expected:
Able to boot into OS and see the login screen
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1286405/+subscriptions
Follow ups
References