Advertisement
Guest User

Untitled

a guest
Aug 7th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. +------------------------------------------------------------------------------+
  2. [2013-08-07 07:34:55.703140] I [fuse-bridge.c:3682:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.17
  3. [2013-08-07 07:34:55.704887] W [fuse-bridge.c:665:fuse_attr_cbk] 0-glusterfs-fuse: 2: LOOKUP() / => -1 (No such file or directory)
  4. [2013-08-07 07:34:55.707192] I [fuse-bridge.c:4585:fuse_thread_proc] 0-fuse: unmounting /home/ntt/test
  5. [2013-08-07 07:34:55.707495] W [glusterfsd.c:1002:cleanup_and_exit] (-->/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f78de5acccd] (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7f78de87fe9a] (-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xc5) [0x7f78df36ae85]))) 0-: received signum (15), shutting down
  6. [2013-08-07 07:34:55.707516] I [fuse-bridge.c:5217:fini] 0-fuse: Unmounting '/home/ntt/test'.
  7. [2013-08-07 07:35:06.174435] I [glusterfsd.c:1910:main] 0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version 3.4.0 (/usr/sbin/glusterfs --volfile-id=/vol1 --volfile-server=192.168.254.253 test)
  8. [2013-08-07 07:35:06.176366] I [socket.c:3480:socket_init] 0-glusterfs: SSL support is NOT enabled
  9. [2013-08-07 07:35:06.176413] I [socket.c:3495:socket_init] 0-glusterfs: using system polling thread
  10. [2013-08-07 07:35:06.183327] I [socket.c:3480:socket_init] 0-vol1-client-1: SSL support is NOT enabled
  11. [2013-08-07 07:35:06.183359] I [socket.c:3495:socket_init] 0-vol1-client-1: using system polling thread
  12. [2013-08-07 07:35:06.184063] I [socket.c:3480:socket_init] 0-vol1-client-0: SSL support is NOT enabled
  13. [2013-08-07 07:35:06.184076] I [socket.c:3495:socket_init] 0-vol1-client-0: using system polling thread
  14. [2013-08-07 07:35:06.184104] I [client.c:2154:notify] 0-vol1-client-0: parent translators are ready, attempting connect on transport
  15. [2013-08-07 07:35:06.185384] E [common-utils.c:211:gf_resolve_ip6] 0-resolver: getaddrinfo failed (Name or service not known)
  16. [2013-08-07 07:35:06.185412] E [name.c:249:af_inet_client_get_remote_sockaddr] 0-vol1-client-0: DNS resolution failed on host server1
  17. [2013-08-07 07:35:06.185427] I [client.c:2154:notify] 0-vol1-client-1: parent translators are ready, attempting connect on transport
  18. [2013-08-07 07:35:06.186259] E [common-utils.c:211:gf_resolve_ip6] 0-resolver: getaddrinfo failed (Name or service not known)
  19. [2013-08-07 07:35:06.186288] E [name.c:249:af_inet_client_get_remote_sockaddr] 0-vol1-client-1: DNS resolution failed on host server2
  20. [2013-08-07 07:35:06.186303] E [afr-common.c:3735:afr_notify] 0-vol1-replicate-0: All subvolumes are down. Going offline until atleast one of them comes back up.
  21. [2013-08-07 07:35:06.191700] I [fuse-bridge.c:4726:fuse_graph_setup] 0-fuse: switched to graph 0
  22. Given volfile:
  23. +------------------------------------------------------------------------------+
  24. 1: volume vol1-client-0
  25. 2: type protocol/client
  26. 3: option transport-type tcp
  27. 4: option remote-subvolume /export/brick1/v1
  28. 5: option remote-host server1
  29. 6: end-volume
  30. 7:
  31. 8: volume vol1-client-1
  32. 9: type protocol/client
  33. 10: option transport-type tcp
  34. 11: option remote-subvolume /export/brick1/v1
  35. 12: option remote-host server2
  36. 13: end-volume
  37. 14:
  38. 15: volume vol1-replicate-0
  39. 16: type cluster/replicate
  40. 17: subvolumes vol1-client-0 vol1-client-1
  41. 18: end-volume
  42. 19:
  43. 20: volume vol1-dht
  44. 21: type cluster/distribute
  45. 22: subvolumes vol1-replicate-0
  46. 23: end-volume
  47. 24:
  48. 25: volume vol1-write-behind
  49. 26: type performance/write-behind
  50. 27: subvolumes vol1-dht
  51. 28: end-volume
  52. 29:
  53. 30: volume vol1-read-ahead
  54. 31: type performance/read-ahead
  55. 32: subvolumes vol1-write-behind
  56. 33: end-volume
  57. 34:
  58. 35: volume vol1-io-cache
  59. 36: type performance/io-cache
  60. 37: subvolumes vol1-read-ahead
  61. 38: end-volume
  62. 39:
  63. 40: volume vol1-quick-read
  64. 41: type performance/quick-read
  65. 42: subvolumes vol1-io-cache
  66. 43: end-volume
  67. 44:
  68. 45: volume vol1-open-behind
  69. 46: type performance/open-behind
  70. 47: subvolumes vol1-quick-read
  71. 48: end-volume
  72. 49:
  73. 50: volume vol1-md-cache
  74. 51: type performance/md-cache
  75. 52: subvolumes vol1-open-behind
  76. 53: end-volume
  77. 54:
  78. 55: volume vol1
  79. 56: type debug/io-stats
  80. 57: option count-fop-hits off
  81. 58: option latency-measurement off
  82. 59: subvolumes vol1-md-cache
  83. 60: end-volume
  84.  
  85. +------------------------------------------------------------------------------+
  86. [2013-08-07 07:35:06.191953] I [fuse-bridge.c:3682:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.17
  87. [2013-08-07 07:35:06.193630] W [fuse-bridge.c:665:fuse_attr_cbk] 0-glusterfs-fuse: 2: LOOKUP() / => -1 (No such file or directory)
  88. [2013-08-07 07:35:06.195710] I [fuse-bridge.c:4585:fuse_thread_proc] 0-fuse: unmounting /home/ntt/test
  89. [2013-08-07 07:35:06.196005] W [glusterfsd.c:1002:cleanup_and_exit] (-->/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f2acb9eeccd] (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7f2acbcc1e9a] (-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xc5) [0x7f2acc7ace85]))) 0-: received signum (15), shutting down
  90. [2013-08-07 07:35:06.196035] I [fuse-bridge.c:5217:fini] 0-fuse: Unmounting '/home/ntt/test'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement