Advertisement
Guest User

Untitled

a guest
Mar 25th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1.  
  2. [2014-03-26 02:27:30.344042] I [glusterfsd.c:1666:main] 0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version 3.3.1
  3. [2014-03-26 02:27:30.360421] I [io-cache.c:1549:check_cache_size_ok] 0-rimagesvolume-quick-read: Max cache size is 7817003008
  4. [2014-03-26 02:27:30.360554] I [io-cache.c:1549:check_cache_size_ok] 0-rimagesvolume-io-cache: Max cache size is 7817003008
  5. [2014-03-26 02:27:30.365355] I [client.c:2142:notify] 0-rimagesvolume-client-0: parent translators are ready, attempting connect on transport
  6. [2014-03-26 02:27:30.369436] I [client.c:2142:notify] 0-rimagesvolume-client-1: parent translators are ready, attempting connect on transport
  7. Given volfile:
  8. +------------------------------------------------------------------------------+
  9. 1: volume rimagesvolume-client-0
  10. 2: type protocol/client
  11. 3: option remote-host newwww3.mydomain.ca
  12. 4: option remote-subvolume /glsbrick1
  13. 5: option transport-type tcp
  14. 6: end-volume
  15. 7:
  16. 8: volume rimagesvolume-client-1
  17. 9: type protocol/client
  18. 10: option remote-host newwww1.mydomain.ca
  19. 11: option remote-subvolume /glsbrick1
  20. 12: option transport-type tcp
  21. 13: end-volume
  22. 14:
  23. 15: volume rimagesvolume-replicate-0
  24. 16: type cluster/replicate
  25. 17: subvolumes rimagesvolume-client-0 rimagesvolume-client-1
  26. 18: end-volume
  27. 19:
  28. 20: volume rimagesvolume-write-behind
  29. 21: type performance/write-behind
  30. 22: subvolumes rimagesvolume-replicate-0
  31. 23: end-volume
  32. 24:
  33. 25: volume rimagesvolume-read-ahead
  34. 26: type performance/read-ahead
  35. 27: subvolumes rimagesvolume-write-behind
  36. 28: end-volume
  37. 29:
  38. 30: volume rimagesvolume-io-cache
  39. 31: type performance/io-cache
  40. 32: subvolumes rimagesvolume-read-ahead
  41. 33: end-volume
  42. 34:
  43. 35: volume rimagesvolume-quick-read
  44. 36: type performance/quick-read
  45. 37: subvolumes rimagesvolume-io-cache
  46. 38: end-volume
  47. 39:
  48. 40: volume rimagesvolume-md-cache
  49. 41: type performance/md-cache
  50. 42: subvolumes rimagesvolume-quick-read
  51. 43: end-volume
  52. 44:
  53. 45: volume rimagesvolume
  54. 46: type debug/io-stats
  55. 47: option latency-measurement off
  56. 48: option count-fop-hits off
  57. 49: subvolumes rimagesvolume-md-cache
  58. 50: end-volume
  59.  
  60. +------------------------------------------------------------------------------+
  61. [2014-03-26 02:27:30.376721] E [client-handshake.c:1717:client_query_portmap_cbk] 0-rimagesvolume-client-1: failed to get the port number for remote subvolume
  62. [2014-03-26 02:27:30.376793] I [client.c:2090:client_rpc_notify] 0-rimagesvolume-client-1: disconnected
  63. [2014-03-26 02:27:30.378291] E [client-handshake.c:1717:client_query_portmap_cbk] 0-rimagesvolume-client-0: failed to get the port number for remote subvolume
  64. [2014-03-26 02:27:30.378411] I [client.c:2090:client_rpc_notify] 0-rimagesvolume-client-0: disconnected
  65. [2014-03-26 02:27:30.378442] E [afr-common.c:3665:afr_notify] 0-rimagesvolume-replicate-0: All subvolumes are down. Going offline until atleast one of them comes back up.
  66. [2014-03-26 02:27:30.387730] I [fuse-bridge.c:4191:fuse_graph_setup] 0-fuse: switched to graph 0
  67. [2014-03-26 02:27:30.388092] I [fuse-bridge.c:3376:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.17
  68. [2014-03-26 02:27:30.388431] W [fuse-bridge.c:513:fuse_attr_cbk] 0-glusterfs-fuse: 2: LOOKUP() / => -1 (Transport endpoint is not connected)
  69. [2014-03-26 02:27:30.392427] I [fuse-bridge.c:4091:fuse_thread_proc] 0-fuse: unmounting /r_images
  70. [2014-03-26 02:27:30.392850] W [glusterfsd.c:831:cleanup_and_exit] (-->/lib64/libc.so.6(clone+0x6d) [0x7f0baa76311d] (-->/lib64/libpthread.so.0(+0x7851) [0x7f0baadb0851] (-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xdd) [0x405d4d]))) 0-: received signum (15), shutting down
  71. [2014-03-26 02:27:30.392887] I [fuse-bridge.c:4648:fini] 0-fuse: Unmounting '/r_images'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement