yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #49140
[Bug 1567434] [NEW] new hypervisor should apper with available resources set to 0
Public bug reported:
If Nova tries to check resources on newly added ironic hypervisor during
instance spawning, where resources are not updated yet, instance build
failed with the following error:
http://paste.openstack.org/show/493321/
http://paste.openstack.org/show/493322/
The following operation is failed, since free_disk_space = None.
self.free_disk_mb = compute.free_disk_gb * 1024
It was reproduced on Liberty nova code.
** Affects: nova
Importance: Undecided
Status: New
** Description changed:
- If nova tries to check resources on newly added ironic hypervisor, where resources are not updated yet.
- Instance build failed with the following error:
+ If Nova tries to check resources on newly added ironic hypervisor during
+ instance spawning, where resources are not updated yet, instance build
+ failed with the following error:
http://paste.openstack.org/show/493321/
http://paste.openstack.org/show/493322/
The following operation is failed, since free_disk_space = None.
self.free_disk_mb = compute.free_disk_gb * 1024
It was reproduced on Liberty nova code.
--
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/1567434
Title:
new hypervisor should apper with available resources set to 0
Status in OpenStack Compute (nova):
New
Bug description:
If Nova tries to check resources on newly added ironic hypervisor
during instance spawning, where resources are not updated yet,
instance build failed with the following error:
http://paste.openstack.org/show/493321/
http://paste.openstack.org/show/493322/
The following operation is failed, since free_disk_space = None.
self.free_disk_mb = compute.free_disk_gb * 1024
It was reproduced on Liberty nova code.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1567434/+subscriptions
Follow ups