[Gluster-users] trying to launch 1.3.11 on FreeBSD 7.1-PRERELEASE
Dmitry Sukhodoyev
raven428 at gmail.com
Mon Aug 31 11:58:29 UTC 2009
client launcher:
=== cut ===
#!/bin/sh
/usr/local/gluster2/sbin/glusterfs \
-N -L DEBUG \
-l /var/log/glusterfs2-client.log \
-f /home/raven/temp/gluster/2/etc/glusterfs-client.vol \
--volume unify \
/mnt
=== cut ===
server launcher:
=== cut ===
#!/bin/sh
/usr/local/gluster2/sbin/glusterfsd \
-N -L DEBUG \
-l /var/log/glusterfs2-server.log \
-f /home/raven/temp/gluster/2/etc/glusterfs-server.vol
=== cut ===
client log:
=== cut ===
[2009-08-31 17:43:32] D [glusterfsd.c:354:_get_specfp] glusterfs:
loading volume file /home/raven/temp/gluster/2/etc/glusterfs-client.vol
================================================================================
Version : glusterfs 2.0.6 built on Aug 31 2009 16:40:15
TLA Revision : v2.0.6
Starting Time: 2009-08-31 17:43:32
Command line : /usr/local/gluster2/sbin/glusterfs -N -L DEBUG -l
/var/log/glusterfs2-client.log -f
/home/raven/temp/gluster/2/etc/glusterfs-client.vol --volume unify /mnt
PID : 32819
System name : FreeBSD
Nodename : gallardo-bora
Kernel Release : 7.1-PRERELEASE
Hardware Identifier: i386
Given volfile:
+------------------------------------------------------------------------------+
1: volume b1
2: type protocol/client
3: option transport-type tcp
4: option remote-host 10.72.0.119
5: option remote-subvolume b1
6: end-volume
7:
8: volume b2
9: type protocol/client
10: option transport-type tcp
11: option remote-host 10.72.0.119
12: option remote-subvolume b2
13: end-volume
14:
15: volume b3
16: type protocol/client
17: option transport-type tcp
18: option remote-host 10.72.0.119
19: option remote-subvolume b3
20: end-volume
21:
22: volume b4
23: type protocol/client
24: option transport-type tcp
25: option remote-host 10.72.0.119
26: option remote-subvolume b4
27: end-volume
28:
29: volume bn1
30: type protocol/client
31: option transport-type tcp
32: option remote-host 10.72.0.119
33: option remote-subvolume bn1
34: end-volume
35:
36: volume bn2
37: type protocol/client
38: option transport-type tcp
39: option remote-host 10.72.0.119
40: option remote-subvolume bn2
41: end-volume
42:
43: #volume afr1
44: # type cluster/afr
45: # subvolumes b1 b2
46: #end-volume
47:
48: #volume afr2
49: # type cluster/afr
50: # subvolumes b3 b4
51: #end-volume
52:
53: #volume afr-ns
54: # type cluster/afr
55: # subvolumes bn1 bn2
56: #end-volume
57:
58: volume unify
59: type cluster/unify
60: option namespace bn1
61: option scheduler rr
62: subvolumes b1 b2
63: end-volume
+------------------------------------------------------------------------------+
[2009-08-31 17:43:32] D [glusterfsd.c:1205:main] glusterfs: running in
pid 32819
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] b1: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] b1: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] b2: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] b2: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [unify.c:4288:init] unify: namespace node
specified as bn1
[2009-08-31 17:43:32] D [scheduler.c:48:get_scheduler] scheduler:
attempt to load file rr.so
[2009-08-31 17:43:32] D [unify.c:4320:init] unify: Child node count is 2
[2009-08-31 17:43:32] D [rr-options.c:188:rr_options_validate] rr: using
scheduler.limits.min-free-disk = 15 [default]
[2009-08-31 17:43:32] D [rr-options.c:216:rr_options_validate] rr: using
scheduler.refresh-interval = 10 [default]
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] bn1: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] bn1: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] bn1: setting
receive window size failed: 7: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] bn1: setting send
window size failed: 7: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] bn1: setting
receive window size failed: 8: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] bn1: setting send
window size failed: 8: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b1: setting
receive window size failed: 10: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b1: setting send
window size failed: 10: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b1: setting
receive window size failed: 11: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b1: setting send
window size failed: 11: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b2: setting
receive window size failed: 12: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b2: setting send
window size failed: 12: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b2: setting
receive window size failed: 13: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b2: setting send
window size failed: 13: 524288: No buffer space available
[2009-08-31 17:43:32] W [client-protocol.c:5935:init] bn2: Volume is
dangling.
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] bn2: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] bn2: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] bn2: setting
receive window size failed: 14: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] bn2: setting send
window size failed: 14: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] bn2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] bn2: setting
receive window size failed: 15: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] bn2: setting send
window size failed: 15: 524288: No buffer space available
[2009-08-31 17:43:32] W [client-protocol.c:5935:init] b4: Volume is
dangling.
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] b4: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] b4: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b4: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b4: setting
receive window size failed: 16: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b4: setting send
window size failed: 16: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b4: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b4: setting
receive window size failed: 17: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b4: setting send
window size failed: 17: 524288: No buffer space available
[2009-08-31 17:43:32] W [client-protocol.c:5935:init] b3: Volume is
dangling.
[2009-08-31 17:43:32] D [client-protocol.c:5952:init] b3: defaulting
frame-timeout to 30mins
[2009-08-31 17:43:32] D [client-protocol.c:5963:init] b3: defaulting
ping-timeout to 10
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b3: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b3: setting
receive window size failed: 18: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b3: setting send
window size failed: 18: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b3: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] E [socket.c:1010:socket_connect] b3: setting
receive window size failed: 19: 524288: No buffer space available
[2009-08-31 17:43:32] E [socket.c:1019:socket_connect] b3: setting send
window size failed: 19: 524288: No buffer space available
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b1: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] D [client-protocol.c:6280:notify] b2: got
GF_EVENT_PARENT_UP, attempting connect on transport
[2009-08-31 17:43:32] N [glusterfsd.c:1224:main] glusterfs: Successfully
started
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] bn1: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] bn1: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b1: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b1: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b2: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b2: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] bn2: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] bn2: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b4: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b4: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b3: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] D [client-protocol.c:6294:notify] b3: got
GF_EVENT_CHILD_UP
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
bn1: Connected to 10.72.0.119:6996, attached to remote volume 'bn1'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
bn1: Connected to 10.72.0.119:6996, attached to remote volume 'bn1'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b1: Connected to 10.72.0.119:6996, attached to remote volume 'b1'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b1: Connected to 10.72.0.119:6996, attached to remote volume 'b1'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b2: Connected to 10.72.0.119:6996, attached to remote volume 'b2'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b2: Connected to 10.72.0.119:6996, attached to remote volume 'b2'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
bn2: Connected to 10.72.0.119:6996, attached to remote volume 'bn2'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
bn2: Connected to 10.72.0.119:6996, attached to remote volume 'bn2'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b4: Connected to 10.72.0.119:6996, attached to remote volume 'b4'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b4: Connected to 10.72.0.119:6996, attached to remote volume 'b4'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b3: Connected to 10.72.0.119:6996, attached to remote volume 'b3'.
[2009-08-31 17:43:32] N [client-protocol.c:5559:client_setvolume_cbk]
b3: Connected to 10.72.0.119:6996, attached to remote volume 'b3'.
pending frames:
frame : type(1) op(LOOKUP)
patchset: v2.0.6
signal received: 11
time of crash: 2009-08-31 17:44:14
configuration details:
backtrace 1
db.h 1
dlfcn 1
libpthread 1
spinlock 1
extattr.h 1
st_atimespec.tv_nsec 1
package-string: glusterfs 2.0.6
0x28b1723f <client_checksum+431> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/protocol/client.so
0x28b32f60 <zr_unify_self_heal+640> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/cluster/unify.so
0x28b20ac1 <unify_lookup_cbk+2833> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/cluster/unify.so
0x28b15649 <client_lookup_cbk+1193> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/protocol/client.so
0x28b18194 <protocol_client_interpret+500> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/protocol/client.so
0x28b18f29 <protocol_client_pollin+201> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/protocol/client.so
0x28b18ff0 <notify+160> at
/usr/local/gluster2/lib/glusterfs/2.0.6/xlator/protocol/client.so
0x28b696b0 <socket_event_poll_in+80> at
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
0x28b699c5 <socket_event_handler+165> at
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
0x280c4532 <gf_error_to_errno+3682> at
/usr/local/gluster2/lib/libglusterfs.so.0
0x280c4778 <gf_error_to_errno+4264> at
/usr/local/gluster2/lib/libglusterfs.so.0
0x280c4a91 <event_dispatch+129> at /usr/local/gluster2/lib/libglusterfs.so.0
0x804d7db <main+3211> at /usr/local/gluster2/sbin/glusterfs
=== cut ===
server log:
=== cut ===
[2009-08-31 17:42:32] D [glusterfsd.c:354:_get_specfp] glusterfs:
loading volume file /home/raven/temp/gluster/2/etc/glusterfs-server.vol
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
[2009-08-31 17:42:32] D [xlator.c:634:xlator_set_type] xlator:
dlsym(notify) on Undefined symbol "notify" -- neglecting
================================================================================
Version : glusterfs 2.0.6 built on Aug 31 2009 16:40:15
TLA Revision : v2.0.6
Starting Time: 2009-08-31 17:42:32
Command line : /usr/local/gluster2/sbin/glusterfsd -N -L DEBUG -l
/var/log/glusterfs2-server.log -f
/home/raven/temp/gluster/2/etc/glusterfs-server.vol
PID : 32793
System name : FreeBSD
Nodename : gallardo-bora
Kernel Release : 7.1-PRERELEASE
Hardware Identifier: i386
Given volfile:
+------------------------------------------------------------------------------+
1: volume pos1
2: type storage/posix
3: option directory /home/export/b1
4: end-volume
5:
6: volume pos2
7: type storage/posix
8: option directory /home/export/b2
9: end-volume
10:
11: volume pos3
12: type storage/posix
13: option directory /home/export/b3
14: end-volume
15:
16: volume pos4
17: type storage/posix
18: option directory /home/export/b4
19: end-volume
20:
21: volume plo1
22: type features/posix-locks
23: subvolumes pos1
24: end-volume
25:
26: volume plo2
27: type features/posix-locks
28: subvolumes pos2
29: end-volume
30:
31: volume plo3
32: type features/posix-locks
33: subvolumes pos3
34: end-volume
35:
36: volume plo4
37: type features/posix-locks
38: subvolumes pos4
39: end-volume
40:
41: volume b1
42: type performance/io-threads
43: option thread-count 4
44: subvolumes plo1
45: end-volume
46:
47: volume b2
48: type performance/io-threads
49: option thread-count 4
50: subvolumes plo2
51: end-volume
52:
53: volume b3
54: type performance/io-threads
55: option thread-count 4
56: subvolumes plo3
57: end-volume
58:
59: volume b4
60: type performance/io-threads
61: option thread-count 4
62: subvolumes plo4
63: end-volume
64:
65: volume posn1
66: type storage/posix
67: option directory /home/export/bn1
68: end-volume
69:
70: volume posn2
71: type storage/posix
72: option directory /home/export/bn2
73: end-volume
74:
75: volume plon1
76: type features/posix-locks
77: subvolumes posn1
78: end-volume
79:
80: volume plon2
81: type features/posix-locks
82: subvolumes posn2
83: end-volume
84:
85: volume bn1
86: type performance/io-threads
87: option thread-count 4
88: subvolumes plon1
89: end-volume
90:
91: volume bn2
92: type performance/io-threads
93: option thread-count 4
94: subvolumes plon2
95: end-volume
96:
97: volume server
98: type protocol/server
99: option transport-type tcp
100: subvolumes b1 b2 b3 b4 bn1 bn2
101: option auth.addr.b1.allow 10.72.0.*
102: option auth.addr.b2.allow 10.72.0.*
103: option auth.addr.b3.allow 10.72.0.*
104: option auth.addr.b4.allow 10.72.0.*
105: option auth.addr.bn1.allow 10.72.0.*
106: option auth.addr.bn1.allow 10.72.0.*
107: option auth.addr.bn2.allow 10.72.0.*
108: end-volume
+------------------------------------------------------------------------------+
[2009-08-31 17:42:32] D [glusterfsd.c:1205:main] glusterfs: running in
pid 32793
[2009-08-31 17:42:32] D [io-threads.c:2280:init] b1: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [io-threads.c:2280:init] b2: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [io-threads.c:2280:init] b3: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [io-threads.c:2280:init] b4: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [io-threads.c:2280:init] bn1: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [io-threads.c:2280:init] bn2: io-threads:
Autoscaling: off, min_threads: 4, max_threads: 4
[2009-08-31 17:42:32] D [transport.c:141:transport_load] transport:
attempt to load file
/usr/local/gluster2/lib/glusterfs/2.0.6/transport/socket.so
[2009-08-31 17:42:32] E [socket.c:1154:socket_listen] server: setting
receive window size failed: 7: 524288: No buffer space available
[2009-08-31 17:42:32] E [socket.c:1163:socket_listen] server: setting
send window size failed: 7: 524288: No buffer space available
[2009-08-31 17:42:32] N [glusterfsd.c:1224:main] glusterfs: Successfully
started
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] bn1: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1023
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] bn1: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1022
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b1: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1021
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b1: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1020
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b2: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1019
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b2: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1018
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] bn2: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1017
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] bn2: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1016
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b4: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1015
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b4: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1014
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b3: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1013
[2009-08-31 17:43:32] D [addr.c:174:gf_auth] b3: allowed = "10.72.0.*",
received addr = "10.72.0.119"
[2009-08-31 17:43:32] N [server-protocol.c:7056:mop_setvolume] server:
accepted client from 10.72.0.119:1012
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1023 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1022 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-bn1
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1012 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1013 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-b3
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1021 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1020 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-b1
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1019 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1018 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-b2
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1017 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1016 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-bn2
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1015 disconnected
[2009-08-31 17:44:14] N [server-protocol.c:7816:notify] server:
10.72.0.119:1014 disconnected
[2009-08-31 17:44:14] N [server-helpers.c:779:server_connection_destroy]
server: destroyed connection of
gallardo-bora-32819-2009/08/31-17:43:32:62620-b4
=== cut ===
and i have 11mb core file, but don't know what to do with it.
can you help me with 1.3.11: why it not mounting anything? i can't use
2.0.6 if any, cause it does not support AFR under FreeBSD. i need HA
cluster.
Vijay Bellur wrote:
>
>> and nothing mounted to /mnt. no references about fuse in client log.
>> what is wrong? in 2.0.6 same actions make success mounting, but
>> unsuccess to work (crash in threads..).
>>
>
>
> Can you please post the core/log when the crash happens in 2.0.6? I feel it would be better to have 2.0.6 or a release in 2.0 working rather than spend cycles on 1.3.11.
>
> Thanks,
> Vijay
>
More information about the Gluster-users
mailing list