yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07874
[Bug 1265466] [NEW] Nova boot fail and raise NoValidHost when use specific aggregate
Public bug reported:
1. Set the nova.conf scheduler_default_filters=AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter and restart compute, scheduler service
2. Create an aggregate and add a host to it with metadata test_meta=1
3. Modify exist flavor to add the same key:value test_meta=1
4. Boot an instance with this specific flavor and came across
| fault | {u'message': u'NV-67B7376 No valid host was found. ', u'code': 500, u'details': u' File "/usr/lib/python2.6/site-packages/nova/scheduler/filter_scheduler.py", line 107, in schedule_run_instance |
| | raise exception.NoValidHost(reason="")
The related feature lies here
http://docs.openstack.org/grizzly/openstack-compute/admin/content//host-aggregates.html
** Affects: nova
Importance: Undecided
Status: New
--
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/1265466
Title:
Nova boot fail and raise NoValidHost when use specific aggregate
Status in OpenStack Compute (Nova):
New
Bug description:
1. Set the nova.conf scheduler_default_filters=AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter and restart compute, scheduler service
2. Create an aggregate and add a host to it with metadata test_meta=1
3. Modify exist flavor to add the same key:value test_meta=1
4. Boot an instance with this specific flavor and came across
| fault | {u'message': u'NV-67B7376 No valid host was found. ', u'code': 500, u'details': u' File "/usr/lib/python2.6/site-packages/nova/scheduler/filter_scheduler.py", line 107, in schedule_run_instance |
| | raise exception.NoValidHost(reason="")
The related feature lies here
http://docs.openstack.org/grizzly/openstack-compute/admin/content//host-aggregates.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1265466/+subscriptions
Follow ups
References