nova计划中的错误消息

时间:2014-07-09 11:50:21

标签: openstack openstack-nova devstack nova-scheduler

我试图在我的" litle cloud"上启动5个实例。我有一个控制器节点(tb22)与nova-api和计算。我有一个计算节点(tb23)。 我在nova-schedule中收到错误消息:

  

2014-07-09 13:00:23.858错误nova.scheduler.filter_scheduler   [req-f699a7d3-e3de-40e4-b291-9ae972c7d8f9 admin demo] [实例:   55febf3d-1d56-4381-a6ca-b4b3b37e92e0]来自上一个主机的错误:tb23(节点   tb23):[u' Traceback(最近一次呼叫最后一次):\ n',u'文件   " /opt/stack/nova/nova/compute/manager.py" ;,第1305行,在   _build_instance \ n set_access_ip = set_access_ip)\ n',u'文件" /opt/stack/nova/nova/compute/manager.py" ;,第393行,在   decorated_function \ n返回函数(self,context,* args,   ** kwargs)\ n',你'文件" /opt/stack/nova/nova/compute/manager.py",第1717行,在 spawn \ n LOG.exception((\'实例失败)产卵\&#39),   instance = instance)\ n',u'文件   " /opt/stack/nova/nova/openstack/common/excutils.py" ;,第68行,在   退出 \ n six.reraise(self.type_,self.value,self.tb)\ n',u'文件" /opt/stack/nova/nova/compute/manager.py",第1714行,在_spawn \ n中   block_device_info)\ n',u'文件   " /opt/stack/nova/nova/virt/libvirt/driver.py",第2262行,在spawn中\ n
  write_to_disk = True)\ n',u'文件   " /opt/stack/nova/nova/virt/libvirt/driver.py",第3447行,在to_xml \ n中   disk_info,rescue,block_device_info)\ n',u'文件   " /opt/stack/nova/nova/virt/libvirt/driver.py" ;,第3263行,在   get_guest_config \ n flavor)\ n',u'文件   " /opt/stack/nova/nova/virt/libvirt/vif.py",第384行,在get_config \ n中   _("意外的vif_type =%s")%vif_type)\ n',u' NovaException:意外的vif_type = binding_failed \ n']

有人知道故障是什么吗? 感谢

1 个答案:

答案 0 :(得分:0)

这是错误是由

中的配置错误引起的
/etc/neutron/plugins/ml2/ml2_conf.ini 

修复

在计算和网络节点上编辑/etc/neutron/plugins/ml2/ml2_conf.ini

tunnel_type = gre更改为tunnel_types = gre

在网络节点中重新启动这些服务

service openvswitch-switch restart

serviceunutron-plugin-openvswitch-agent restart

服务neutron-l3-agent restart

服务neutron-dhcp-agent restart

服务neutron-metadata-agent restart

在计算节点中重新启动这些服务

service openvswitch-switch restart

service nova-compute restart

服务neutron-plugin-openvswitch-agent restart