Guest User

Untitled

a guest
Jan 7th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.71 KB | None | 0 0
  1. root@node-12:~# python /usr/lib/python2.7/dist-packages/eswitchd/cli/ebr_dbg.py get-tables physnet2
  2. FABRIC = physnet2
  3. ========================
  4. TABLE: port_policy
  5. VNIC_MAC VLAN PRIORITY DEV DEVICE_ID
  6. fa:16:3e:9e:47:a6 None 0 0000:05:01.2 905a9120-caec-4aa5-8299-6e7ee5621b2a
  7. ========================
  8. TABLE: port_table
  9. PORT_NAME TYPE VNIC STATE ALIAS DEVICE_ID
  10. 0000:05:01.0 hostdev None None None None
  11. 0000:05:00.3 hostdev None None None None
  12. 0000:05:02.0 hostdev None None None None
  13. 0000:05:00.2 hostdev None None None None
  14. 0000:05:01.1 hostdev None None None None
  15. 0000:05:01.2 hostdev None unplugged None None
  16. 0000:05:00.6 hostdev None None None None
  17. 0000:05:00.5 hostdev None None None None
  18. 0000:05:00.4 hostdev None None None None
  19. 0000:05:00.7 hostdev None None None None
  20. 0000:05:01.3 hostdev None None None None
  21. 0000:05:01.4 hostdev None None None None
  22. 0000:05:01.5 hostdev None None None None
  23. 0000:05:01.6 hostdev None None None None
  24. 0000:05:01.7 hostdev None None None None
  25. 0000:05:00.1 hostdev None None None None
  26. ========================
  27.  
  28.  
  29. 2015-01-07 16:03:06,445 DEBUG eswitchd [-] vnics are {}
  30. 2015-01-07 16:03:06,445 DEBUG eswitchd [-] Resync devices
  31. 2015-01-07 16:03:07,322 DEBUG eswitchd [-] Handling message - {u'fabric': u'physnet2', u'dev_name': None, u'vnic_type': u'hostdev', u'action': u'create_port', u'vnic_mac': u'fa:16:3e:9e:47:a6', u'device_id': u'905a9120-caec-4aa5-8299-6e7ee5621b2a'}
  32. 2015-01-07 16:03:07,322 DEBUG eswitchd [-] Running command: sudo eswitch-rootwrap /etc/eswitchd/rootwrap.conf ip link set eth4 vf 9 mac fa:16:3e:9e:47:a6
  33. 2015-01-07 16:03:07,398 DEBUG eswitchd [-]
  34. Command: ['sudo', 'eswitch-rootwrap', '/etc/eswitchd/rootwrap.conf', 'ip', 'link', 'set', 'eth4', 'vf', '9', 'mac', 'fa:16:3e:9e:47:a6']
  35. Exit code: 0
  36. Stdout: ''
  37. Stderr: ''
  38. 2015-01-07 16:03:07,559 DEBUG eswitchd [-] Handling message - {u'action': u'delete_port', u'vnic_mac': u'fa:16:3e:9e:47:a6', u'fabric': u'physnet2'}
  39. 2015-01-07 16:03:07,559 DEBUG eswitchd [-] Running command: sudo eswitch-rootwrap /etc/eswitchd/rootwrap.conf ip link set eth4 vf 9 mac 00:00:00:00:00:01
  40. 2015-01-07 16:03:07,634 DEBUG eswitchd [-]
  41. Command: ['sudo', 'eswitch-rootwrap', '/etc/eswitchd/rootwrap.conf', 'ip', 'link', 'set', 'eth4', 'vf', '9', 'mac', '00:00:00:00:00:01']
  42. Exit code: 0
  43. Stdout: ''
  44. Stderr: ''
  45. 2015-01-07 16:03:08,445 DEBUG eswitchd [-] Handling message - {u'action': u'get_vnics', u'fabric': u'*'}
  46. 2015-01-07 16:03:08,445 DEBUG eswitchd [-] fabrics =['physnet2']
  47. 2015-01-07 16:03:08,445 DEBUG eswitchd [-] vnics are {}
  48.  
  49. <179>Jan 7 02:39:18 node-12 nova-compute Instance failed to spawn
  50. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] Traceback (most recent call last):
  51. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2231, in _build_resources
  52. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] yield resources
  53. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2101, in _build_and_run_instance
  54. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] block_device_info=block_device_info)
  55. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 2619, in spawn
  56. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] write_to_disk=True)
  57. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 4158, in _get_guest_xml
  58. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] context)
  59. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py", line 3936, in _get_guest_config
  60. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] flavor, CONF.libvirt.virt_type)
  61. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/vif.py", line 385, in get_config
  62. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] inst_type, virt_type)
  63. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] File "/usr/lib/python2.7/dist-packages/nova/virt/libvirt/vif.py", line 345, in get_config_hostdev
  64. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] network_uuid=vif['network']['id'])
  65. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf] NetworkMissingPhysicalNetwork: Physical network is missing for network 157eeccb-d2b0-4be4-ae7e-b5f73873d273
  66. 2015-01-07 02:39:18.044 16740 TRACE nova.compute.manager [instance: 5b228b1b-b031-4c72-9613-15cbf8413baf]
  67. <180>Jan 7 02:39:18 node-12 nova-compute Terminating instance
  68. <180>Jan 7 02:39:18 node-12 nova-compute During wait destroy, instance disappeared.
  69. <182>Jan 7 02:39:18 node-12 nova-compute Deleting instance files /var/lib/nova/instances/5b228b1b-b031-4c72-9613-15cbf8413baf_del
  70. <182>Jan 7 02:39:18 node-12 nova-compute Deletion of /var/lib/nova/instances/5b228b1b-b031-4c72-9613-15cbf8413baf_del complete
  71. <182>Jan 7 02:39:18 node-12 nova-compute Compute_service record updated for ('node-12', 'node-12.miraswitch.com')
  72. <180>Jan 7 02:39:36 node-12 nova-compute Terminating instance
  73. <180>Jan 7 02:39:36 node-12 nova-compute During wait destroy, instance disappeared.
  74. <182>Jan 7 02:39:36 node-12 nova-compute Deletion of /var/lib/nova/instances/5b228b1b-b031-4c72-9613-15cbf8413baf_del complete
  75. <180>Jan 7 02:40:11 node-12 nova-compute Auditing locally available compute resources
  76. <180>Jan 7 02:40:12 node-12 nova-compute Total physical ram (MB): 48356, total allocated virtual ram (MB): 512
  77. <180>Jan 7 02:40:12 node-12 nova-compute Free disk (GB): 197
  78. <180>Jan 7 02:40:12 node-12 nova-compute Total usable vcpus: 16, total allocated vcpus: 0
  79. <180>Jan 7 02:40:12 node-12 nova-compute PCI stats: []
  80.  
  81.  
  82. erver on 192.168.0.4:5673
  83. <163>Jan 7 00:49:24 node-6 neutron-server 2015-01-07 00:49:24.645 10410 ERROR oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] AMQP server on 192.168.0.4:5673 is unreachable: [Errno 113] EHOSTUNREACH. Trying again in 1 seconds.
  84. <166>Jan 7 00:49:25 node-6 neutron-server 2015-01-07 00:49:25.647 10410 INFO oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] Delaying reconnect for 5.0 seconds ...
  85. <166>Jan 7 00:49:30 node-6 neutron-server 2015-01-07 00:49:30.648 10410 INFO oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] Connecting to AMQP server on 192.168.0.5:5673
  86. <163>Jan 7 00:49:32 node-6 neutron-server 2015-01-07 00:49:32.057 10410 ERROR oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] AMQP server on 192.168.0.5:5673 is unreachable: [Errno 113] EHOSTUNREACH. Trying again in 3 seconds.
  87. <166>Jan 7 00:49:35 node-6 neutron-server 2015-01-07 00:49:35.061 10410 INFO oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] Delaying reconnect for 5.0 seconds ...
  88. <166>Jan 7 00:49:40 node-6 neutron-server 2015-01-07 00:49:40.066 10410 INFO oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] Connecting to AMQP server on 127.0.0.1:5673
  89. <166>Jan 7 00:49:40 node-6 neutron-server 2015-01-07 00:49:40.087 10410 INFO oslo.messaging._drivers.impl_rabbit [req-156f307b-346d-499e-b041-bfc1e1d3ede5 ] Connected to AMQP server on 127.0.0.1:5673
  90. <166>Jan 7 00:49:40 node-6 neutron-server 2015-01-07 00:49:40.350 10152 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 192.168.0.4:5673
  91. <163>Jan 7 00:49:42 node-6 neutron-server 2015-01-07 00:49:42.675 10152 ERROR oslo.messaging._drivers.impl_rabbit [-] AMQP server on 192.168.0.4:5673 is unreachable: [Errno 113] EHOSTUNREACH. Trying again in 1 seconds.
  92. <166>Jan 7 00:49:43 node-6 neutron-server 2015-01-07 00:49:43.681 10152 INFO oslo.messaging._drivers.impl_rabbit [-] Delaying reconnect for 5.0 seconds ...
  93. <166>Jan 7 00:49:48 node-6 neutron-server 2015-01-07 00:49:48.684 10152 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 127.0.0.1:5673
  94. <166>Jan 7 00:49:48 node-6 neutron-server 2015-01-07 00:49:48.703 10152 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on 127.0.0.1:5673
  95. <166>Jan 7 01:07:07 node-6 neutron-server 2015-01-07 01:07:07.267 10451 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 192.168.0.4:5673
  96. <166>Jan 7 01:07:07 node-6 neutron-server 2015-01-07 01:07:07.285 10451 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on 192.168.0.4:5673
  97. <166>Jan 7 01:07:34 node-6 neutron-server 2015-01-07 01:07:34.788 10443 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 192.168.0.5:5673
  98. <166>Jan 7 01:07:34 node-6 neutron-server 2015-01-07 01:07:34.810 10443 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on 192.168.0.5:5673
  99. <166>Jan 7 14:24:41 node-6 neutron-server 2015-01-07 14:24:41.681 10450 INFO oslo.messaging._drivers.impl_rabbit [-] Connecting to AMQP server on 192.168.0.5:5673
  100. <166>Jan 7 14:24:41 node-6 neutron-server 2015-01-07 14:24:41.699 10450 INFO oslo.messaging._drivers.impl_rabbit [-] Connected to AMQP server on 192.168.0.5:5673
  101. <166>Jan 7 16:03:01 node-6 neutron-server 2015-01-07 16:03:01.969 10419 INFO oslo.messaging._drivers.impl_rabbit [req-c37a7843-e78b-47c4-a2e0-de532e3eafe6 ] Connecting to AMQP server on 127.0.0.1:5673
  102. <166>Jan 7 16:03:01 node-6 neutron-server 2015-01-07 16:03:01.988 10419 INFO oslo.messaging._drivers.impl_rabbit [req-c37a7843-e78b-47c4-a2e0-de532e3eafe6 ] Connected to AMQP server on 127.0.0.1:5673
Advertisement
Add Comment
Please, Sign In to add comment