Advertisement
Guest User

GlusterFS mount as root user

a guest
Mar 29th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.90 KB | None | 0 0
  1. [2012-03-29 15:56:03.143615] W [write-behind.c:3029:init] 0-gluster-distributed-replicated-write-behind: disabling write-behind for first 0 bytes
  2. [2012-03-29 15:56:03.154605] I [client.c:1935:notify] 0-gluster-distributed-replicated-client-0: parent translators are ready, attempting connect on transport
  3. [2012-03-29 15:56:03.155624] I [client.c:1935:notify] 0-gluster-distributed-replicated-client-1: parent translators are ready, attempting connect on transport
  4. [2012-03-29 15:56:03.164192] I [client.c:1935:notify] 0-gluster-distributed-replicated-client-2: parent translators are ready, attempting connect on transport
  5. [2012-03-29 15:56:03.171600] I [client.c:1935:notify] 0-gluster-distributed-replicated-client-3: parent translators are ready, attempting connect on transport
  6. Given volfile:
  7. +------------------------------------------------------------------------------+
  8.   1: volume gluster-distributed-replicated-client-0
  9.   2:     type protocol/client
  10.   3:     option remote-host 192.168.122.30
  11.   4:     option remote-subvolume /data
  12.   5:     option transport-type tcp
  13.   6: end-volume
  14.   7:
  15.   8: volume gluster-distributed-replicated-client-1
  16.   9:     type protocol/client
  17.  10:     option remote-host 192.168.122.31
  18.  11:     option remote-subvolume /data
  19.  12:     option transport-type tcp
  20.  13: end-volume
  21.  14:
  22.  15: volume gluster-distributed-replicated-client-2
  23.  16:     type protocol/client
  24.  17:     option remote-host 192.168.122.32
  25.  18:     option remote-subvolume /data
  26.  19:     option transport-type tcp
  27.  20: end-volume
  28.  21:
  29.  22: volume gluster-distributed-replicated-client-3
  30.  23:     type protocol/client
  31.  24:     option remote-host 192.168.122.33
  32.  25:     option remote-subvolume /data
  33.  26:     option transport-type tcp
  34.  27: end-volume
  35.  28:
  36.  29: volume gluster-distributed-replicated-replicate-0
  37.  30:     type cluster/replicate
  38.  31:     subvolumes gluster-distributed-replicated-client-0 gluster-distributed-replicated-client-1
  39.  32: end-volume
  40.  33:
  41.  34: volume gluster-distributed-replicated-replicate-1
  42.  35:     type cluster/replicate
  43.  36:     subvolumes gluster-distributed-replicated-client-2 gluster-distributed-replicated-client-3
  44.  37: end-volume
  45.  38:
  46.  39: volume gluster-distributed-replicated-dht
  47.  40:     type cluster/distribute
  48.  41:     subvolumes gluster-distributed-replicated-replicate-0 gluster-distributed-replicated-replicate-1
  49.  42: end-volume
  50.  43:
  51.  44: volume gluster-distributed-replicated-write-behind
  52.  45:     type performance/write-behind
  53.  46:     subvolumes gluster-distributed-replicated-dht
  54.  47: end-volume
  55.  48:
  56.  49: volume gluster-distributed-replicated-read-ahead
  57.  50:     type performance/read-ahead
  58.  51:     subvolumes gluster-distributed-replicated-write-behind
  59.  52: end-volume
  60.  53:
  61.  54: volume gluster-distributed-replicated-io-cache
  62.  55:     type performance/io-cache
  63.  56:     subvolumes gluster-distributed-replicated-read-ahead
  64.  57: end-volume
  65.  58:
  66.  59: volume gluster-distributed-replicated-quick-read
  67.  60:     type performance/quick-read
  68.  61:     subvolumes gluster-distributed-replicated-io-cache
  69.  62: end-volume
  70.  63:
  71.  64: volume gluster-distributed-replicated-stat-prefetch
  72.  65:     type performance/stat-prefetch
  73.  66:     subvolumes gluster-distributed-replicated-quick-read
  74.  67: end-volume
  75.  68:
  76.  69: volume gluster-distributed-replicated
  77.  70:     type debug/io-stats
  78.  71:     option latency-measurement on
  79.  72:     option count-fop-hits on
  80.  73:     subvolumes gluster-distributed-replicated-stat-prefetch
  81.  74: end-volume
  82.  
  83. +------------------------------------------------------------------------------+
  84. [2012-03-29 15:56:03.173669] I [rpc-clnt.c:1531:rpc_clnt_reconfig] 0-gluster-distributed-replicated-client-0: changing port to 24009 (from 0)
  85. [2012-03-29 15:56:03.174590] I [rpc-clnt.c:1531:rpc_clnt_reconfig] 0-gluster-distributed-replicated-client-1: changing port to 24012 (from 0)
  86. [2012-03-29 15:56:03.177289] I [rpc-clnt.c:1531:rpc_clnt_reconfig] 0-gluster-distributed-replicated-client-2: changing port to 24012 (from 0)
  87. [2012-03-29 15:56:03.181334] I [rpc-clnt.c:1531:rpc_clnt_reconfig] 0-gluster-distributed-replicated-client-3: changing port to 24010 (from 0)
  88. [2012-03-29 15:56:07.144829] I [client-handshake.c:1082:select_server_supported_programs] 0-gluster-distributed-replicated-client-0: Using Program GlusterFS 3.2.5, Num (1298437), Version (310)
  89. [2012-03-29 15:56:07.146436] I [client-handshake.c:1082:select_server_supported_programs] 0-gluster-distributed-replicated-client-1: Using Program GlusterFS 3.2.5, Num (1298437), Version (310)
  90. [2012-03-29 15:56:07.146616] I [client-handshake.c:1082:select_server_supported_programs] 0-gluster-distributed-replicated-client-3: Using Program GlusterFS 3.2.5, Num (1298437), Version (310)
  91. [2012-03-29 15:56:07.146754] I [client-handshake.c:1082:select_server_supported_programs] 0-gluster-distributed-replicated-client-2: Using Program GlusterFS 3.2.5, Num (1298437), Version (310)
  92. [2012-03-29 15:56:07.148594] I [client-handshake.c:913:client_setvolume_cbk] 0-gluster-distributed-replicated-client-1: Connected to 192.168.122.31:24012, attached to remote volume '/data'.
  93. [2012-03-29 15:56:07.148681] I [afr-common.c:2591:afr_notify] 0-gluster-distributed-replicated-replicate-0: Subvolume 'gluster-distributed-replicated-client-1' came back up; going online.
  94. [2012-03-29 15:56:07.150007] I [client-handshake.c:913:client_setvolume_cbk] 0-gluster-distributed-replicated-client-3: Connected to 192.168.122.33:24010, attached to remote volume '/data'.
  95. [2012-03-29 15:56:07.150083] I [afr-common.c:2591:afr_notify] 0-gluster-distributed-replicated-replicate-1: Subvolume 'gluster-distributed-replicated-client-3' came back up; going online.
  96. [2012-03-29 15:56:07.151425] I [client-handshake.c:913:client_setvolume_cbk] 0-gluster-distributed-replicated-client-0: Connected to 192.168.122.30:24009, attached to remote volume '/data'.
  97. [2012-03-29 15:56:07.151835] I [client-handshake.c:913:client_setvolume_cbk] 0-gluster-distributed-replicated-client-2: Connected to 192.168.122.32:24012, attached to remote volume '/data'.
  98. [2012-03-29 15:56:07.162909] I [fuse-bridge.c:3316:fuse_graph_setup] 0-fuse: switched to graph 0
  99. [2012-03-29 15:56:07.165352] I [fuse-bridge.c:2897:fuse_init] 0-glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.16
  100. [2012-03-29 15:56:07.166091] I [afr-common.c:902:afr_fresh_lookup_cbk] 0-gluster-distributed-replicated-replicate-0: added root inode
  101. [2012-03-29 15:56:07.174515] I [afr-common.c:902:afr_fresh_lookup_cbk] 0-gluster-distributed-replicated-replicate-1: added root inode
  102. [2012-03-29 16:00:38.608175] I [fuse-bridge.c:3218:fuse_thread_proc] 0-fuse: unmounting /media/gluster/
  103. [2012-03-29 16:00:38.608489] W [glusterfsd.c:712:cleanup_and_exit] (-->/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7fdea083559d] (-->/lib/x86_64-linux-gnu/libpthread.so.0(+0x7efc) [0x7fdea0afaefc] (-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xc5) [0x7fdea15c3cc5]))) 0-: received signum (15), shutting down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement