Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 KB | None | 0 0
  1. root@virtual-blade5:/home/ubuntu# ps aux | grep qemu
  2. libvirt+ 293706 0.7 1.1 3873556 186408 ? Sl 16:56 0:14 qemu-system-x86_64 -enable-kvm -name instance-00000005 -S -machine pc-i440fx-xenial,accel=kvm,usb=off -cpu IvyBridge,+pdpe1gb,+hypervisor,+osxsave,+pcid,+vmx,+ss -m 2000 -realtime mlock=off -smp 1,sockets=1,cores=1,threads=1 -uuid f9957200-aadd-406d-ab69-de63bafb3601 -smbios type=1,manufacturer=OpenStack Foundation,product=OpenStack Nova,version=14.0.1,serial=6a44ecb9-e425-4472-ba78-351f856123ab,uuid=f9957200-aadd-406d-ab69-de63bafb3601,family=Virtual Machine -nographic -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-instance-00000005/monitor.sock,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc,driftfix=slew -global kvm-pit.lost_tick_policy=discard -no-hpet -no-shutdown -boot strict=on -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=rbd:cinder-ceph/volume-7bc898f8-d917-43a2-8575-5a8da1d448e0:id=nova-compute:key=AQD9na1YRc24DxAAMlPfGhmJM5rdh+tKC+nVfw==:auth_supported=cephx\;none:mon_host=192.168.51.85\:6789\;192.168.51.86\:6789\;192.168.51.87\:6789,format=raw,if=none,id=drive-virtio-disk0,serial=7bc898f8-d917-43a2-8575-5a8da1d448e0,cache=none -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x3,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1 -netdev tap,fd=26,id=hostnet0,vhost=on,vhostfd=28 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=fa:16:3e:7a:fb:46,bus=pci.0,addr=0x2 -chardev file,id=charserial0,path=/var/lib/nova/instances/f9957200-aadd-406d-ab69-de63bafb3601/console.log -device isa-serial,chardev=charserial0,id=serial0 -chardev pty,id=charserial1 -device isa-serial,chardev=charserial1,id=serial1 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 -msg timestamp=on
  3. root 331137 0.0 0.0 12944 928 pts/4 S+ 17:28 0:00 grep --color=auto qemu
  4. root@virtual-blade5:/home/ubuntu# ifconfig -a
  5. br-data Link encap:Ethernet HWaddr f2:15:75:f1:6b:44
  6. BROADCAST MULTICAST MTU:1500 Metric:1
  7. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  8. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  9. collisions:0 txqueuelen:1
  10. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  11.  
  12. br-ens3 Link encap:Ethernet HWaddr 52:54:00:ca:f0:dc
  13. inet addr:192.168.51.83 Bcast:192.168.51.255 Mask:255.255.255.0
  14. inet6 addr: fe80::5054:ff:feca:f0dc/64 Scope:Link
  15. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  16. RX packets:220577 errors:0 dropped:0 overruns:0 frame:0
  17. TX packets:229615 errors:0 dropped:0 overruns:0 carrier:0
  18. collisions:0 txqueuelen:1000
  19. RX bytes:57226681 (57.2 MB) TX bytes:69240168 (69.2 MB)
  20.  
  21. br-ex Link encap:Ethernet HWaddr c6:83:be:e6:2b:42
  22. BROADCAST MULTICAST MTU:1500 Metric:1
  23. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  24. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  25. collisions:0 txqueuelen:1
  26. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  27.  
  28. br-int Link encap:Ethernet HWaddr 72:63:fd:4b:c6:43
  29. BROADCAST MULTICAST MTU:1458 Metric:1
  30. RX packets:0 errors:0 dropped:16 overruns:0 frame:0
  31. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:1
  33. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  34.  
  35. br-tun Link encap:Ethernet HWaddr ca:4f:34:d3:7b:4a
  36. BROADCAST MULTICAST MTU:1500 Metric:1
  37. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  38. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  39. collisions:0 txqueuelen:1
  40. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  41.  
  42. ens3 Link encap:Ethernet HWaddr 52:54:00:ca:f0:dc
  43. inet6 addr: fe80::5054:ff:feca:f0dc/64 Scope:Link
  44. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  45. RX packets:588063 errors:0 dropped:0 overruns:0 frame:0
  46. TX packets:697107 errors:0 dropped:0 overruns:0 carrier:0
  47. collisions:0 txqueuelen:1000
  48. RX bytes:267830334 (267.8 MB) TX bytes:179514793 (179.5 MB)
  49.  
  50. ens4 Link encap:Ethernet HWaddr 52:54:00:53:54:a1
  51. inet6 addr: fe80::5054:ff:fe53:54a1/64 Scope:Link
  52. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  53. RX packets:2315 errors:0 dropped:1 overruns:0 frame:0
  54. TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
  55. collisions:0 txqueuelen:1000
  56. RX bytes:242730 (242.7 KB) TX bytes:578 (578.0 B)
  57.  
  58. gre0 Link encap:UNSPEC HWaddr 00-00-00-00-35-34-3A-30-00-00-00-00-00-00-00-00
  59. NOARP MTU:1476 Metric:1
  60. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  61. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  62. collisions:0 txqueuelen:1
  63. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  64.  
  65. gre_sys Link encap:Ethernet HWaddr f2:a4:8e:6a:1f:8c
  66. inet6 addr: fe80::f0a4:8eff:fe6a:1f8c/64 Scope:Link
  67. UP BROADCAST RUNNING MULTICAST MTU:65490 Metric:1
  68. RX packets:95 errors:0 dropped:0 overruns:0 frame:0
  69. TX packets:126 errors:0 dropped:8 overruns:0 carrier:0
  70. collisions:0 txqueuelen:1000
  71. RX bytes:10245 (10.2 KB) TX bytes:10972 (10.9 KB)
  72.  
  73. gretap0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
  74. BROADCAST MULTICAST MTU:1462 Metric:1
  75. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  76. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  77. collisions:0 txqueuelen:1000
  78. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  79.  
  80. lo Link encap:Local Loopback
  81. inet addr:127.0.0.1 Mask:255.0.0.0
  82. inet6 addr: ::1/128 Scope:Host
  83. UP LOOPBACK RUNNING MTU:65536 Metric:1
  84. RX packets:142845 errors:0 dropped:0 overruns:0 frame:0
  85. TX packets:142845 errors:0 dropped:0 overruns:0 carrier:0
  86. collisions:0 txqueuelen:1
  87. RX bytes:15812472 (15.8 MB) TX bytes:15812472 (15.8 MB)
  88.  
  89. lxdbr0 Link encap:Ethernet HWaddr 16:00:ae:83:e0:fd
  90. inet addr:10.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.0
  91. inet6 addr: fe80::1400:aeff:fe83:e0fd/64 Scope:Link
  92. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  93. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  94. TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
  95. collisions:0 txqueuelen:1000
  96. RX bytes:0 (0.0 B) TX bytes:570 (570.0 B)
  97.  
  98. ovs-system Link encap:Ethernet HWaddr 66:26:3b:ce:22:32
  99. BROADCAST MULTICAST MTU:1500 Metric:1
  100. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  101. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  102. collisions:0 txqueuelen:1
  103. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  104.  
  105. qbrd4864311-c4 Link encap:Ethernet HWaddr 52:46:30:62:f9:40
  106. UP BROADCAST RUNNING MULTICAST MTU:1458 Metric:1
  107. RX packets:17 errors:0 dropped:0 overruns:0 frame:0
  108. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  109. collisions:0 txqueuelen:1000
  110. RX bytes:1540 (1.5 KB) TX bytes:0 (0.0 B)
  111.  
  112. qvbd4864311-c4 Link encap:Ethernet HWaddr 52:46:30:62:f9:40
  113. inet6 addr: fe80::5046:30ff:fe62:f940/64 Scope:Link
  114. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1458 Metric:1
  115. RX packets:85 errors:0 dropped:0 overruns:0 frame:0
  116. TX packets:125 errors:0 dropped:0 overruns:0 carrier:0
  117. collisions:0 txqueuelen:1000
  118. RX bytes:9109 (9.1 KB) TX bytes:12206 (12.2 KB)
  119.  
  120. qvod4864311-c4 Link encap:Ethernet HWaddr 5e:ce:ba:2a:e1:52
  121. inet6 addr: fe80::5cce:baff:fe2a:e152/64 Scope:Link
  122. UP BROADCAST RUNNING PROMISC MULTICAST MTU:1458 Metric:1
  123. RX packets:125 errors:0 dropped:0 overruns:0 frame:0
  124. TX packets:85 errors:0 dropped:0 overruns:0 carrier:0
  125. collisions:0 txqueuelen:1000
  126. RX bytes:12206 (12.2 KB) TX bytes:9109 (9.1 KB)
  127.  
  128. tapd4864311-c4 Link encap:Ethernet HWaddr fe:16:3e:7a:fb:46
  129. inet6 addr: fe80::fc16:3eff:fe7a:fb46/64 Scope:Link
  130. UP BROADCAST RUNNING MULTICAST MTU:1458 Metric:1
  131. RX packets:117 errors:0 dropped:0 overruns:0 frame:0
  132. TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
  133. collisions:0 txqueuelen:1000
  134. RX bytes:11558 (11.5 KB) TX bytes:9179 (9.1 KB)
  135.  
  136. veth2E5P4V Link encap:Ethernet HWaddr fe:16:70:5a:e3:fa
  137. inet6 addr: fe80::fc16:70ff:fe5a:e3fa/64 Scope:Link
  138. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  139. RX packets:409928 errors:0 dropped:0 overruns:0 frame:0
  140. TX packets:306267 errors:0 dropped:0 overruns:0 carrier:0
  141. collisions:0 txqueuelen:1000
  142. RX bytes:102917324 (102.9 MB) TX bytes:153827640 (153.8 MB)
  143.  
  144. vethB63Q70 Link encap:Ethernet HWaddr fe:d1:93:9f:5a:03
  145. inet6 addr: fe80::fcd1:93ff:fe9f:5a03/64 Scope:Link
  146. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  147. RX packets:8397 errors:0 dropped:0 overruns:0 frame:0
  148. TX packets:8088 errors:0 dropped:0 overruns:0 carrier:0
  149. collisions:0 txqueuelen:1000
  150. RX bytes:1820437 (1.8 MB) TX bytes:1684036 (1.6 MB)
  151.  
  152. vethN51DTV Link encap:Ethernet HWaddr fe:87:bb:1b:7e:cd
  153. inet6 addr: fe80::fc87:bbff:fe1b:7ecd/64 Scope:Link
  154. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  155. RX packets:49805 errors:0 dropped:0 overruns:0 frame:0
  156. TX packets:53513 errors:0 dropped:0 overruns:0 carrier:0
  157. collisions:0 txqueuelen:1000
  158. RX bytes:5595260 (5.5 MB) TX bytes:52126457 (52.1 MB)
  159.  
  160. root@virtual-blade5:/home/ubuntu# brctl show
  161. bridge name bridge id STP enabled interfaces
  162. br-ens3 8000.525400caf0dc no ens3
  163. veth2E5P4V
  164. vethB63Q70
  165. vethN51DTV
  166. lxdbr0 8000.000000000000 no
  167. qbrd4864311-c4 8000.52463062f940 no qvbd4864311-c4
  168. tapd4864311-c4
  169. root@virtual-blade5:/home/ubuntu# ovs-vsctl show
  170. 38abb306-dcf2-4331-8667-649dca60527c
  171. Manager "ptcp:6640:127.0.0.1"
  172. is_connected: true
  173. Bridge br-int
  174. Controller "tcp:127.0.0.1:6633"
  175. is_connected: true
  176. fail_mode: secure
  177. Port patch-tun
  178. Interface patch-tun
  179. type: patch
  180. options: {peer=patch-int}
  181. Port int-br-data
  182. Interface int-br-data
  183. type: patch
  184. options: {peer=phy-br-data}
  185. Port br-int
  186. Interface br-int
  187. type: internal
  188. Port "qvod4864311-c4"
  189. tag: 1
  190. Interface "qvod4864311-c4"
  191. Bridge br-tun
  192. Controller "tcp:127.0.0.1:6633"
  193. is_connected: true
  194. fail_mode: secure
  195. Port "gre-c0a83351"
  196. Interface "gre-c0a83351"
  197. type: gre
  198. options: {df_default="true", in_key=flow, local_ip="192.168.51.83", out_key=flow, remote_ip="192.168.51.81"}
  199. Port patch-int
  200. Interface patch-int
  201. type: patch
  202. options: {peer=patch-tun}
  203. Port "gre-c0a83350"
  204. Interface "gre-c0a83350"
  205. type: gre
  206. options: {df_default="true", in_key=flow, local_ip="192.168.51.83", out_key=flow, remote_ip="192.168.51.80"}
  207. Port "gre-c0a83352"
  208. Interface "gre-c0a83352"
  209. type: gre
  210. options: {df_default="true", in_key=flow, local_ip="192.168.51.83", out_key=flow, remote_ip="192.168.51.82"}
  211. Port br-tun
  212. Interface br-tun
  213. type: internal
  214. Bridge br-ex
  215. Port br-ex
  216. Interface br-ex
  217. type: internal
  218. Bridge br-data
  219. Controller "tcp:127.0.0.1:6633"
  220. is_connected: true
  221. fail_mode: secure
  222. Port br-data
  223. Interface br-data
  224. type: internal
  225. Port phy-br-data
  226. Interface phy-br-data
  227. type: patch
  228. options: {peer=int-br-data}
  229. ovs_version: "2.6.0"
  230. root@virtual-blade5:/home/ubuntu#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement