Advertisement
Guest User

Untitled

a guest
Sep 19th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1.  
  2. RUN FROM POD 1
  3. -----------------------
  4. >gluster peer probe gluster-fs-int-svc-2
  5.  
  6. [2016-09-19 22:17:52.802450] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  7. [2016-09-19 22:17:52.943730] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  8. [2016-09-19 22:17:52.944079] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  9. [2016-09-19 22:17:53.084024] I [cli-rpc-ops.c:134:gf_cli_probe_cbk] 0-cli: Received resp to probe
  10. [2016-09-19 22:17:53.084325] I [input.c:31:cli_batch] 0-: Exiting with: 0
  11. peer probe: success.
  12.  
  13. >gluster pool list
  14.  
  15. [2016-09-19 22:18:41.984383] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  16. [2016-09-19 22:18:42.120213] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  17. [2016-09-19 22:18:42.120600] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  18. [2016-09-19 22:18:42.122171] I [input.c:31:cli_batch] 0-: Exiting with: 0
  19. UUID Hostname State
  20. d9780ae2-0816-45ee-9631-e9a390cf73bb gluster-fs-int-svc-2 Connected
  21. 969b1f2d-8bac-4e2c-a463-073c24aad4f7 localhost Connected
  22.  
  23. >gluster peer status
  24.  
  25. [2016-09-19 22:19:15.800369] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  26. [2016-09-19 22:19:15.927431] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  27. [2016-09-19 22:19:15.927778] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  28. [2016-09-19 22:19:15.932350] I [input.c:31:cli_batch] 0-: Exiting with: 0
  29. Number of Peers: 1
  30.  
  31. Hostname: gluster-fs-int-svc-2
  32. Uuid: d9780ae2-0816-45ee-9631-e9a390cf73bb
  33. State: Peer in Cluster (Connected)
  34.  
  35.  
  36.  
  37.  
  38. RUN FROM POD 2
  39. ----------------------------------------
  40.  
  41. >gluster peer probe gluster-fs-int-svc-1
  42.  
  43. [2016-09-19 22:19:40.338904] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  44. [2016-09-19 22:19:40.480533] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  45. [2016-09-19 22:19:40.480953] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  46. [2016-09-19 22:19:40.538194] I [cli-rpc-ops.c:134:gf_cli_probe_cbk] 0-cli: Received resp to probe
  47. [2016-09-19 22:19:40.538542] I [input.c:31:cli_batch] 0-: Exiting with: 0
  48. peer probe: success. Host gluster-fs-int-svc-1 port 24007 already in peer list
  49.  
  50. >gluster pool list
  51.  
  52. [2016-09-19 22:20:02.909090] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  53. [2016-09-19 22:20:03.061230] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  54. [2016-09-19 22:20:03.061630] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  55. [2016-09-19 22:20:03.063251] I [input.c:31:cli_batch] 0-: Exiting with: 0
  56. UUID Hostname State
  57. 969b1f2d-8bac-4e2c-a463-073c24aad4f7 10.252.9.3 Connected
  58. d9780ae2-0816-45ee-9631-e9a390cf73bb localhost Connected
  59.  
  60. >gluster peer status
  61.  
  62. [2016-09-19 22:20:19.016142] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  63. [2016-09-19 22:20:19.185085] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  64. [2016-09-19 22:20:19.185482] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  65. [2016-09-19 22:20:19.186817] I [input.c:31:cli_batch] 0-: Exiting with: 0
  66. Number of Peers: 1
  67.  
  68. Hostname: 10.252.9.3
  69. Uuid: 969b1f2d-8bac-4e2c-a463-073c24aad4f7
  70. State: Peer in Cluster (Connected)
  71. Other names:
  72. gluster-fs-int-svc-1
  73.  
  74.  
  75.  
  76.  
  77.  
  78. RUN FROM POD 1
  79. --------------------------------------------
  80.  
  81. >gluster volume create mydisk replica 2 gluster-fs-int-svc-1:/mnt/vault/brick gluster-fs-int-svc-2:/mnt/vault/brick
  82.  
  83. [2016-09-19 22:22:52.029098] I [cli.c:730:main] 0-cli: Started running gluster with version 3.8.4
  84. [2016-09-19 22:22:52.168362] I [MSGID: 101190] [event-epoll.c:628:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
  85. [2016-09-19 22:22:52.168722] I [socket.c:2386:socket_event_handler] 0-transport: disconnecting now
  86. [2016-09-19 22:22:52.181903] I [cli-rpc-ops.c:1117:gf_cli_create_volume_cbk] 0-cli: Received resp to create volume
  87. volume create: mydisk: failed: Host gluster-fs-int-svc-1 is not in ' Peer in Cluster' state
  88. [2016-09-19 22:22:52.182490] I [input.c:31:cli_batch] 0-: Exiting with: -1
  89. error: error executing remote command: error executing command in container: Error executing in Docker Container: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement