挂起/关闭实例时,/var/log/neutron/linuxbridge-agent.log中报错,但不影响使用

-- ::47.949  INFO neutron.plugins.ml2.drivers.agent._common_agent [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Linux bridge agent Agent out of sync with plugin!
-- ::47.950 INFO neutron.agent.securitygroups_rpc [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Preparing filters for devices set(['tapb4df7cd7-a6', 'tap91343e4a-b8'])
-- ::48.214 INFO neutron.plugins.ml2.drivers.agent._common_agent [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Port tapb4df7cd7-a6 updated. Details: {u'profile': {}, u'network_qos_policy_id': None, u'qos_policy_id': None, u'allowed_address_pairs': [], u'admin_state_up': True, u'network_id': u'e8f5001c-50a5-4ba8-9463-de88ef6d2a33', u'segmentation_id': None, u'mtu': , u'device_owner': u'compute:nova', u'physical_network': u'provider', u'mac_address': u'fa:16:3e:3b:0f:d9', u'device': u'tapb4df7cd7-a6', u'port_security_enabled': True, u'port_id': u'b4df7cd7-a6f3-43de-92f9-e4c1462eee24', u'fixed_ips': [{u'subnet_id': u'1be13265-fa6c-449b-872e-a798af521b34', u'ip_address': u'192.168.1.38'}], u'network_type': u'flat'}
-- ::48.494 INFO neutron.plugins.ml2.drivers.agent._common_agent [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Port tap91343e4a-b8 updated. Details: {u'profile': {}, u'network_qos_policy_id': None, u'qos_policy_id': None, u'allowed_address_pairs': [], u'admin_state_up': True, u'network_id': u'e8f5001c-50a5-4ba8-9463-de88ef6d2a33', u'segmentation_id': None, u'mtu': , u'device_owner': u'compute:nova', u'physical_network': u'provider', u'mac_address': u'fa:16:3e:d1:41:75', u'device': u'tap91343e4a-b8', u'port_security_enabled': True, u'port_id': u'91343e4a-b88f-4838-89f0-a39b471899f6', u'fixed_ips': [{u'subnet_id': u'1be13265-fa6c-449b-872e-a798af521b34', u'ip_address': u'192.168.1.32'}], u'network_type': u'flat'}
-- ::48.679 INFO neutron.agent.securitygroups_rpc [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Remove device filter for set(['tap78dc04ab-26'])
-- ::48.680 ERROR neutron.agent.linux.utils [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Rootwrap error running command: ['conntrack', '-D', '-f', 'ipv4', '-d', '192.168.1.33', '-w', '']
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent [req-de491ea7-0b5f-487e-8c77-5613110f59f1 - - - - -] Error in agent loop. Devices info: {'current': set(['tapb4df7cd7-a6', 'tap91343e4a-b8']), 'timestamps': {'tapb4df7cd7-a6': , 'tap91343e4a-b8': }, 'removed': set(['tap78dc04ab-26']), 'added': set(['tapb4df7cd7-a6', 'tap91343e4a-b8']), 'updated': set([u'tapb4df7cd7-a6'])}
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent Traceback (most recent call last):
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/agent/_common_agent.py", line , in daemon_loop
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent sync = self.process_network_devices(device_info)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/osprofiler/profiler.py", line , in wrapper
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent return f(*args, **kwargs)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/agent/_common_agent.py", line , in process_network_devices
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent resync_b = self.treat_devices_removed(device_info['removed'])
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/osprofiler/profiler.py", line , in wrapper
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent return f(*args, **kwargs)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/agent/_common_agent.py", line , in treat_devices_removed
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent self.sg_agent.remove_devices_filter(devices)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/securitygroups_rpc.py", line , in remove_devices_filter
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent self.firewall.remove_port_filter(device)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/iptables_firewall.py", line , in remove_port_filter
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent self._remove_conntrack_entries_from_port_deleted(port)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/iptables_firewall.py", line , in _remove_conntrack_entries_from_port_deleted
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent [device_info], ethertype, set())
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/ip_conntrack.py", line , in delete_conntrack_state_by_remote_ips
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent self._delete_conntrack_state(device_info_list, rule)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/ip_conntrack.py", line , in _delete_conntrack_state
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent extra_ok_codes=[])
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line , in execute
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent execute_rootwrap_daemon(cmd, process_input, addl_env))
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line , in execute_rootwrap_daemon
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent LOG.error(_LE("Rootwrap error running command: %s"), cmd)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line , in __exit__
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent self.force_reraise()
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line , in force_reraise
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent six.reraise(self.type_, self.value, self.tb)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/neutron/agent/linux/utils.py", line , in execute_rootwrap_daemon
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent return client.execute(cmd, process_input)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib/python2.7/site-packages/oslo_rootwrap/client.py", line , in execute
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent res = proxy.run_one_command(cmd, stdin)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "<string>", line , in run_one_command
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent File "/usr/lib64/python2.7/multiprocessing/managers.py", line , in _callmethod
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent raise convert_to_error(kind, result)
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent RemoteError:
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent ---------------------------------------------------------------------------
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent Unserializable message: ('#ERROR', ValueError('I/O operation on closed file',))
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent ---------------------------------------------------------------------------
-- ::48.697 ERROR neutron.plugins.ml2.drivers.agent._common_agent

【ocata】计算节点的 neutron 报错的更多相关文章

  1. 11.2.0.4 aix下运行第二个节点root.sh报错处理

    第二个节点运行root.sh报错如下 Entries will be added to the /etc/oratab file as needed by Database Configuration ...

  2. Windows Cluster 添加新节点--验证报错

    今天给既有Windows Cluster 添加节点时,验证总是不通过.报错信息为 防火墙未正确配置为故障转移群集.现将处理步骤汇总如下. 1.错误具体信息 报错的位置 --[验证警告] 的步骤中发现错 ...

  3. k8s集群node节点一直NotReady, 且node节点(并非master)的kubelet报错:Unable to update cni config: No networks found in /etc/cni/net.d

    若要转载本文,请务必声明出处:https://www.cnblogs.com/zhongyuanzhao000/p/11401031.html 问题: 集群搭建的过程中,master节点初始化成功,但 ...

  4. OpenStack Train版-9.安装neutron网络服务(计算节点)

    在计算节点安装neutron网络服务(computel01计算节点192.168.0.20)安装组件 yum install openstack-neutron-linuxbridge ebtable ...

  5. hive日志位置(日志定位报错:Failed with exception Unable to move sourcehdfs://namenode/tmp/hive-pmp_bi/h)

    Hive中的日志分为两种 1. 系统日志,记录了hive的运行情况,错误状况. 2. Job 日志,记录了Hive 中job的执行的历史过程. 日志查看方法 1,在本地运行机器上 hive日志存储位置 ...

  6. ssh整合oracle数据源报错????

    在SSH整合的时候,引入oracle的pom节点,但是报错,因为没有权限,要手动将Oracle.jar注册到本地仓库 保证你电脑有maven环境,测试 方式为 cmd---->mvn -vers ...

  7. nodemanager 无法启动报错“doesn't satisfy minimum allocations”

    在启动nodemanager节点nodemanager时候报错 2019-03-29 14:15:44,648 INFO org.apache.hadoop.yarn.server.nodemanag ...

  8. OpenStack IceHouse 部署 - 4 - 计算节点部署

    Nova计算服务(计算节点)  参考 本页内容依照官方安装文档进行,具体参见Configure a compute node(nova service) 前置工作 数据库 由于我们在Nova(计算管理 ...

  9. 报错之-Cannot set property 'onclick' of null

    当js文件放在head里面时,如果绑定了onclick或者onmouseover事件,就会出现如下图类似的错误,是因为浏览器的加载你写的html文档的顺序是从上往下,加载完按钮节点才执行的js,所以当 ...

随机推荐

  1. [LeetCode] 258. Add Digits 加数字

    Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. ...

  2. [LeetCode] 282. Expression Add Operators 表达式增加操作符

    Given a string that contains only digits 0-9 and a target value, return all possibilities to add bin ...

  3. Shell中要如何调用别的shell脚本,或别的脚本中的变量,函数

    在Shell中要如何调用别的shell脚本,或别的脚本中的变量,函数呢? 方法一:   . ./subscript.sh 方法二:   source ./subscript.sh 注意: 1.两个点之 ...

  4. Python3 列表list合并的4种方法

    方法1: 直接使用"+"号合并列表 aList = [1,2,3] bList = ['www', 'pythontab.com'] cList = aList + bList   ...

  5. js 打印条形码

    相应的文件大家去github上下载吧 https://github.com/lindell/JsBarcode <!DOCTYPE html> <html> <head& ...

  6. PHP 批量删除的实现

    布局效果 布局代码 <button type="button" class="btn btn-sm btn-danger btn-erbi-danger" ...

  7. [转帖]微软宣布加入 OpenJDK 项目

    微软宣布加入 OpenJDK 项目 https://news.cnblogs.com/n/646003/ 近日,微软的 Bruno Borges 在 OpenJDK 邮件列表中发布了一条消息,内容包含 ...

  8. c++基础(三)——容器

    1. 顺序容器 vector和string将元素保存在连续的内存空间中.由于元素是连续存储的,由元素的下标来计算其地址是非常快速的.但是在这两种容器的中间位置添加或删除元素就非常耗时 list和for ...

  9. Go 参数传递

    Go参数传递 在面试中,经常会被问起,这门语言的参数传递是值传递还是引用传递,当然,大部分情况下我们都会提前准备,有恃无恐,但还是希望能够精益求精嘛,所以针对Go语言来分析,Go传参是值传递还是引用传 ...

  10. bootstrap table 列表增加输入框并保存输入的值不清除

    需求: 在bootstrap table上增加输入框,需要选择的时候把输入的值保存到 row 里面,传递给其他模块使用. 实现: columns: [{ ...., { field: 'myField ...