Openstack-newton创建实例失败

按照官方文档做的Openstack-newton,创建实例失败

消息      No valid host was found. There are not enough hosts available.      编码      500      详情        File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 496, in build_instances    context, request_spec, filter_properties)  File "/usr/lib/python2.7/site-packages/nova/conductor/manager.py", line 567, in _schedule_instances    hosts = self.scheduler_client.select_destinations(context, spec_obj)  File "/usr/lib/python2.7/site-packages/nova/scheduler/utils.py", line 370, in wrapped    return func(*args, **kwargs)  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 51, in select_destinations    return self.queryclient.select_destinations(context, spec_obj)  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/__init__.py", line 37, in __run_method    return getattr(self.instance, __name)(*args, **kwargs)  File "/usr/lib/python2.7/site-packages/nova/scheduler/client/query.py", line 32, in select_destinations    return self.scheduler_rpcapi.select_destinations(context, spec_obj)  File "/usr/lib/python2.7/site-packages/nova/scheduler/rpcapi.py", line 126, in select_destinations    return cctxt.call(ctxt, 'select_destinations', **msg_args)  File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/client.py", line 169, in call    retry=self.retry)  File "/usr/lib/python2.7/site-packages/oslo_messaging/transport.py", line 97, in _send    timeout=timeout, retry=retry)  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 464, in send    retry=retry)  File "/usr/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 455, in _send    raise result

参与3

1同行回答

haichuan0227haichuan0227  项目经理 , 新浪云计算
开debug。查看nova scheduler log,看fillter过程。如果是fillter过程没过滤出host,就详细查看是哪个filter把host都过滤掉了。如果是多次(默认3次)schedule才失败,就需要查看nova compute Error log 去定位问题。...显示全部

开debug。

查看nova scheduler log,看fillter过程。

如果是fillter过程没过滤出host,就详细查看是哪个filter把host都过滤掉了。

如果是多次(默认3次)schedule才失败,就需要查看nova compute Error log 去定位问题。

收起
互联网服务 · 2017-02-10
浏览5180

提问者

薛超峰
系统运维工程师北京科技有限公司

相关问题

相关资料

相关文章

问题状态

  • 发布时间:2017-02-10
  • 关注会员:2 人
  • 问题浏览:6113
  • 最近回答:2017-02-10
  • X社区推广