yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11653
[Bug 1292633] Re: VMware: Unable to boot from ISO when a 0 GB root disk size is specified
found out it's an issue with nova only.
** Changed in: horizon
Status: New => Invalid
--
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/1292633
Title:
VMware: Unable to boot from ISO when a 0 GB root disk size is
specified
Status in OpenStack Dashboard (Horizon):
Invalid
Status in OpenStack Compute (Nova):
New
Bug description:
When using VC Driver, booting an ISO will fail when a flavor with a 0
GB root disk size is specified.
Traceback (most recent call last):
File "/opt/stack/nova/nova/compute/manager.py", line 1703, in _spawn
block_device_info)
File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 598, in spawn
admin_password, network_info, block_device_info)
File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 562, in spawn
_create_virtual_disk(dest_vmdk_path, root_gb_in_kb)
File "/opt/stack/nova/nova/virt/vmwareapi/vmops.py", line 370, in _create_virtual_disk
self._session._wait_for_task(vmdk_create_task)
File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 906, in _wait_for_task
ret_val = done.wait()
File "/usr/local/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
return hubs.get_hub().switch()
File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch
return self.greenlet.switch()
VMwareDriverException: A specified parameter was not correct.
The error message seen in vSphere client is "The virtual disk size is
too small".
Log available here: http://paste.openstack.org/show/73516/
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1292633/+subscriptions
References