openstack No valid host was found. There are not enough hosts available.

[email protected]:~# gedit /var/log/nova/nova-conductor.log
[email protected]:~# gedit /var/log/nova/nova-scheduler.log

\2018-03-15 14:20:35.913 1140 INFO nova.filters [req-72a6c461-d33b-4e71-a150-24c397765105 be65496d92cf4f0cad11a8f286bb64ef 9f2840ce18fe4e6889ee98f85f2fb724 - - -] Filter RetryFilter returned 0 hosts
2018-03-15 14:20:35.913 1140 INFO nova.filters [req-72a6c461-d33b-4e71-a150-24c397765105 be65496d92cf4f0cad11a8f286bb64ef 9f2840ce18fe4e6889ee98f85f2fb724 - - -] Filtering removed all hosts for the request with reservation ID ‘r-x0rha8v8‘ and instance ID ‘21e45ab4-3f95-4ad7-8786-5cbf472a7209‘. Filter results: [‘RetryFilter: (start: 0, end: 0)‘]

2018-03-15 13:38:06.896 2886 WARNING nova.scheduler.utils [req-55e7065b-bdce-4aec-bbb1-49ae625ce98f be65496d92cf4f0cad11a8f286bb64ef 9f2840ce18fe4e6889ee98f85f2fb724 - - -] Failed to compute_task_build_instances: No valid host was found. There are not enough hosts available.
Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 142, in inner
    return func(*args, **kwargs)

File "/usr/lib/python2.7/dist-packages/nova/scheduler/manager.py", line 84, in select_destinations
    filter_properties)

File "/usr/lib/python2.7/dist-packages/nova/scheduler/filter_scheduler.py", line 90, in select_destinations
    raise exception.NoValidHost(reason=reason)

NoValidHost: No valid host was found. There are not enough hosts available.

[email protected]:~# gedit /etc/nova/nova.conf

scheduler_default_filters=AllHostsFilter

原文地址:https://www.cnblogs.com/youran-he/p/8573453.html

时间: 2024-08-02 17:29:40

openstack No valid host was found. There are not enough hosts available.的相关文章

Openstack no valid hot

错误: 创建实例 "ce" 失败: 请稍后再试 [错误: No valid host was found. ].

hadoop报错:Does not contain a valid host:port authority

今天用sbin/start-yarn.sh启动yarn的时候,遇到下面的错误 java.lang.IllegalArgumentException: Does not contain a valid host:port authority: master at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:211) at org.apache.hadoop.net.NetUtils.createSocketAddr(N

[INS-40904] ORACLE_HOSTNAME does not resolve to a valid host name

利用DNS安装Grid Infrastructure时,安装到两个节点互信后,点击NEXT后出现下面这个错误: 在网上搜了,有的说在各个节点的oracle用户下的.bash_profile添加export ORACLE_HOSTNAME=各自的主机名: 比如两个节点的主机名node1,node2:分别添加export ORACLE_HOSTNAME=node1,export ORACLE_HOSTNAME=node2 然后检查各个节点/etc/sysconfig/network里的hostnam

Does not contain a valid host:port authority: Master:8031 (configuration property 'yarn.resourcemanager.resource-tracker.address')

问题解决: 这个错误是:yarn里面的配置的格式有错误:如: <property> <name>yarn.resourcemanager.address</name> <value>Master:8032</value> </property> <property> 在<value>标签之间不能有空格.去掉空格OK. 异常堆栈如下 2014-08-30 10:20:30,171 INFO org.apache.

db2 创建实例 The host name &quot;fordatabase&quot; is invalid. Specify a valid host name.

有这样一个现象,在DB2安装后,使用db2icrt 来创建实例时,提示主机名无效,提示如下: [plain] view plain copy [[email protected] instance]# ./db2icrt -u db2inst1 db2inst1 The host name "centos-0.msdomain" is invalid. Specify a valid host name. DBI1922N  The host name is not valid. Ex

Error: Failed to launch instance &amp;quot;win7&amp;quot;: Please try again later [Error: No valid host was found. ].

感谢朋友支持本博客,欢迎共同探讨交流.因为能力和时间有限,错误之处在所难免,欢迎指正! 假设转载,请保留作者信息. 博客地址:http://blog.csdn.net/qq_21398167 原博文地址:http://blog.csdn.net/qq_21398167/article/details/46412713 1.首先查看全部服务是否已经启动 运行 # nova-manage service list Binary             Host       Zone         

Error: Failed to launch instance &quot;win7&quot;: Please try again later [Error: No valid host was found. ].

1.首先查看所有服务是否已经启动 执行 # nova-manage service list Binary             Host       Zone         Status   State         Updated_At nova-consoleauth  mycontrollerinternal  enabled      :-)     2014-06-0602:44:41 nova-scheduler    mycontrollerinternal  enable

Python脚本,自动更新host,添加or更新本机hosts

#!/usr/bin/env python # -*- coding: utf-8 -*- import urllib2,re,platform #urlib2抓取网页 def getContent(url, timeout=5): content = None try: res = urllib2.urlopen(url, timeout=timeout) content = res.read() except urllib2.URLError, e: print e.reason retur

openstack新建实例各种报错解决

最近自己装了下Openstack,零基础安装,参照了网上不少教程. 吃了百家饭的后果,就是出现了一堆不明问题...openstack安装比较复杂,很多配置文件,一个地方配置不正确,可能会导致后面的功能不可用. 仅以此文记录安装结束后,启动实例时候遇到的一系列错误及排查过程. BUG 1: No valid host 报错 No valid host was found. There are not enough hosts available. 解决方法 网络节点执行 [[email prote