[Gluster-users] Glusterfs 3.0.X crashed on Fedora 11

Zhuo Yin zhuoyin at gmail.com
Mon Mar 15 04:08:10 UTC 2010


the glusterfs 3.0.X crashed on Fedora 12, it got buffer overflow, seems fine on Fedora 11

Name       : fuse
Arch       : x86_64
Version    : 2.8.1
Release    : 4.fc12

Name       : glibc
Arch       : x86_64
Version    : 2.11.1
Release    : 1

complete log:
======================================================================================================
[root at test_machine06 ~]# glusterfsd --debug -f /etc/glusterfs/glusterfsd.vol /home
[2010-03-14 22:46:40] D [glusterfsd.c:424:_get_specfp] glusterfs: loading volume file /etc/glusterfs/glusterfsd.vol
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/write-behind.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:40] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so: undefined symbol: dumpops -- neglecting
================================================================================
Version      : glusterfs 3.0.3 built on Mar 14 2010 22:41:04
git: v3.0.2-41-g029062c
Starting Time: 2010-03-14 22:46:40
Command line : glusterfsd --debug -f /etc/glusterfs/glusterfsd.vol /home 
PID          : 7151
System name  : Linux
Nodename     : test_machine06.test_net.com
Kernel Release : 2.6.31.5-127.fc12.x86_64
Hardware Identifier: x86_64

Given volfile:
+------------------------------------------------------------------------------+
  1: # THIS IS THE SERVER-END CONFIGURATION
  2: # Brick 1
  3: volume posix1
  4: 	type storage/posix
  5: 	option directory /mnt/disk1
  6: end-volume
  7: 
  8: volume locks1
  9: 	type features/locks
 10: 	subvolumes posix1
 11: end-volume
 12: 
 13: volume brick1
 14: 	type performance/io-threads
 15: 	option thread-count 16
 16: 	subvolumes locks1
 17: end-volume
 18: 
 19: # Brick 2
 20: volume posix2
 21: 	type storage/posix
 22: 	option directory /mnt/disk2
 23: end-volume
 24: 
 25: volume locks2
 26: 	type features/locks
 27: 	subvolumes posix2
 28: end-volume
 29: 
 30: volume brick2
 31: 	type performance/io-threads
 32: 	option thread-count 16
 33: 	subvolumes locks2
 34: end-volume
 35: 
 36: # Brick 3
 37: volume posix3
 38: 	type storage/posix
 39: 	option directory /mnt/disk3
 40: end-volume
 41: 
 42: volume locks3
 43: 	type features/locks
 44: 	subvolumes posix3
 45: end-volume
 46: 
 47: volume brick3
 48: 	type performance/io-threads
 49: 	option thread-count 16
 50: 	subvolumes locks3
 51: end-volume
 52: 
 53: 
 54: # Server 
 55: volume server
 56: 	type protocol/server
 57: 	option transport-type tcp/server
 58: 	option transport.socket.bind-address 192.168.1.155
 59: 	option transport.socket.listen-port 6996
 60: 	subvolumes brick1 brick2 brick3
 61: 	option auth.addr.brick1.allow *
 62: 	option auth.addr.brick2.allow *
 63: 	option auth.addr.brick3.allow *
 64: end-volume
 65: 
 66: # SERVER-END CONFIGURATION ENDS
 67: 
 68: # THIS IS THE CLIENT-END CONFIGURATION
 69: # 3 Disks Machines
 70: # Machine 1
 71: volume cbrick1
 72: 	type protocol/client
 73: 	option transport-type tcp
 74: 	option remote-host 192.168.1.150
 75: 	option remote-port 6996
 76: 	option remote-subvolume brick1
 77: end-volume
 78: 
 79: volume cbrick2
 80: 	type protocol/client
 81: 	option transport-type tcp
 82: 	option remote-host 192.168.1.150
 83: 	option remote-port 6996
 84: 	option remote-subvolume brick2
 85: end-volume
 86: 
 87: volume cbrick3
 88: 	type protocol/client
 89: 	option transport-type tcp
 90: 	option remote-host 192.168.1.150 
 91: 	option remote-port 6996
 92: 	option remote-subvolume brick3
 93: end-volume
 94: 
 95: # Machine 2
 96: volume cbrick4
 97: 	type protocol/client
 98: 	option transport-type tcp
 99: 	option remote-host 192.168.1.151
100: 	option remote-port 6996
101: 	option remote-subvolume brick1
102: end-volume
103: 
104: volume cbrick5
105: 	type protocol/client
106: 	option transport-type tcp
107: 	option remote-host 192.168.1.151
108: 	option remote-port 6996
109: 	option remote-subvolume brick2
110: end-volume
111:  
112: volume cbrick6
113: 	type protocol/client
114: 	option transport-type tcp
115: 	option remote-host 192.168.1.151 
116: 	option remote-port 6996
117: 	option remote-subvolume brick3
118: end-volume
119: 
120: 
121: # Machine 3
122: volume cbrick7
123: 	type protocol/client
124: 	option transport-type tcp
125: 	option remote-host 192.168.1.152 
126: 	option remote-port 6996
127: 	option remote-subvolume brick1
128: end-volume
129: 
130: volume cbrick8
131: 	type protocol/client
132: 	option transport-type tcp
133: 	option remote-host 192.168.1.152 
134: 	option remote-port 6996
135: 	option remote-subvolume brick2
136: end-volume
137: 
138: volume cbrick9
139: 	type protocol/client
140: 	option transport-type tcp
141: 	option remote-host 192.168.1.152 
142: 	option remote-port 6996
143: 	option remote-subvolume brick3
144: end-volume
145: 
146: # Machine 4
147: # volume cbrick10
148: #	type protocol/client
149: #	option transport-type tcp
150: #	option remote-host 192.168.1.153
151: #	option remote-port 6996
152: #	option remote-subvolume brick1
153: # end-volume
154: #
155: # volume cbrick11
156: #	type protocol/client
157: #	option transport-type tcp
158: #	option remote-host 192.168.1.153 
159: #	option remote-port 6996
160: #	option remote-subvolume brick2
161: # end-volume
162: # 
163: # volume cbrick12
164: #	type protocol/client
165: #	option transport-type tcp
166: #	option remote-host 192.168.1.153 
167: #	option remote-port 6996
168: #	option remote-subvolume brick3
169: # end-volume
170: 
171: # Machine 5
172: volume cbrick13
173: 	type protocol/client
174: 	option transport-type tcp
175: 	option remote-host 192.168.1.154
176: 	option remote-port 6996
177: 	option remote-subvolume brick1
178: end-volume
179: 
180: volume cbrick14
181: 	type protocol/client
182: 	option transport-type tcp
183: 	option remote-host 192.168.1.154 
184: 	option remote-port 6996
185: 	option remote-subvolume brick2
186: end-volume
187: 
188: volume cbrick15
189: 	type protocol/client
190: 	option transport-type tcp
191: 	option remote-host 192.168.1.154 
192: 	option remote-port 6996
193: 	option remote-subvolume brick3
194: end-volume
195: 
196: # Machine 6
197: volume cbrick16
198: 	type protocol/client
199: 	option transport-type tcp
200: 	option remote-host 192.168.1.155
201: 	option remote-port 6996
202: 	option remote-subvolume brick1
203: end-volume
204: 
205: volume cbrick17
206: 	type protocol/client
207: 	option transport-type tcp
208: 	option remote-host 192.168.1.155
209: 	option remote-port 6996
210: 	option remote-subvolume brick2
211: end-volume
212: 
213: volume cbrick18
214: 	type protocol/client
215: 	option transport-type tcp
216: 	option remote-host 192.168.1.155 
217: 	option remote-port 6996
218: 	option remote-subvolume brick3
219: end-volume
220: 
221: # Machine 7
222: volume cbrick19
223: 	type protocol/client
224: 	option transport-type tcp
225: 	option remote-host 192.168.1.156 
226: 	option remote-port 6996
227: 	option remote-subvolume brick1
228: end-volume
229: 
230: volume cbrick20
231: 	type protocol/client
232: 	option transport-type tcp
233: 	option remote-host 192.168.1.156 
234: 	option remote-port 6996
235: 	option remote-subvolume brick2
236: end-volume
237: 
238: volume cbrick21
239: 	type protocol/client
240: 	option transport-type tcp
241: 	option remote-host 192.168.1.156 
242: 	option remote-port 6996
243: 	option remote-subvolume brick3
244: end-volume
245: 
246: # Machine 8
247: volume cbrick22
248: 	type protocol/client
249: 	option transport-type tcp
250: 	option remote-host 192.168.1.157
251: 	option remote-port 6996
252: 	option remote-subvolume brick1
253: end-volume
254: 
255: volume cbrick23
256: 	type protocol/client
257: 	option transport-type tcp
258: 	option remote-host 192.168.1.157 
259: 	option remote-port 6996
260: 	option remote-subvolume brick2
261: end-volume
262: 
263: volume cbrick24
264: 	type protocol/client
265: 	option transport-type tcp
266: 	option remote-host 192.168.1.157 
267: 	option remote-port 6996
268: 	option remote-subvolume brick3
269: end-volume
270: 
271: # 8 Disks Machines:
272: # Machine 9
273: volume cbrick25
274: 	type protocol/client
275: 	option transport-type tcp
276: 	option remote-host 192.168.1.158
277: 	option remote-port 6996
278: 	option remote-subvolume brick1
279: end-volume
280: 
281: volume cbrick26
282: 	type protocol/client
283: 	option transport-type tcp
284: 	option remote-host 192.168.1.158 
285: 	option remote-port 6996
286: 	option remote-subvolume brick2
287: end-volume
288: 
289: volume cbrick27
290: 	type protocol/client
291: 	option transport-type tcp
292: 	option remote-host 192.168.1.158 
293: 	option remote-port 6996
294: 	option remote-subvolume brick3
295: end-volume
296: 
297: volume cbrick28
298: 	type protocol/client
299: 	option transport-type tcp
300: 	option remote-host 192.168.1.158
301: 	option remote-port 6996
302: 	option remote-subvolume brick4
303: end-volume
304: 
305: volume cbrick29
306: 	type protocol/client
307: 	option transport-type tcp
308: 	option remote-host 192.168.1.158 
309: 	option remote-port 6996
310: 	option remote-subvolume brick5
311: end-volume
312: 
313: volume cbrick30
314: 	type protocol/client
315: 	option transport-type tcp
316: 	option remote-host 192.168.1.158 
317: 	option remote-port 6996
318: 	option remote-subvolume brick6
319: end-volume
320: 
321: volume cbrick31
322: 	type protocol/client
323: 	option transport-type tcp
324: 	option remote-host 192.168.1.158
325: 	option remote-port 6996
326: 	option remote-subvolume brick7
327: end-volume
328: 
329: volume cbrick32
330: 	type protocol/client
331: 	option transport-type tcp
332: 	option remote-host 192.168.1.158 
333: 	option remote-port 6996
334: 	option remote-subvolume brick8
335: end-volume
336: 
337: # Machine 10
338: volume cbrick33
339: 	type protocol/client
340: 	option transport-type tcp
341: 	option remote-host 192.168.1.159
342: 	option remote-port 6996
343: 	option remote-subvolume brick1
344: end-volume
345: 
346: volume cbrick34
347: 	type protocol/client
348: 	option transport-type tcp
349: 	option remote-host 192.168.1.159 
350: 	option remote-port 6996
351: 	option remote-subvolume brick2
352: end-volume
353: 
354: volume cbrick35
355: 	type protocol/client
356: 	option transport-type tcp
357: 	option remote-host 192.168.1.159 
358: 	option remote-port 6996
359: 	option remote-subvolume brick3
360: end-volume
361: 
362: volume cbrick36
363: 	type protocol/client
364: 	option transport-type tcp
365: 	option remote-host 192.168.1.159
366: 	option remote-port 6996
367: 	option remote-subvolume brick4
368: end-volume
369: 
370: volume cbrick37
371: 	type protocol/client
372: 	option transport-type tcp
373: 	option remote-host 192.168.1.159 
374: 	option remote-port 6996
375: 	option remote-subvolume brick5
376: end-volume
377: 
378: volume cbrick38
379: 	type protocol/client
380: 	option transport-type tcp
381: 	option remote-host 192.168.1.159 
382: 	option remote-port 6996
383: 	option remote-subvolume brick6
384: end-volume
385: 
386: volume cbrick39
387: 	type protocol/client
388: 	option transport-type tcp
389: 	option remote-host 192.168.1.159
390: 	option remote-port 6996
391: 	option remote-subvolume brick7
392: end-volume
393: 
394: volume cbrick40
395: 	type protocol/client
396: 	option transport-type tcp
397: 	option remote-host 192.168.1.159 
398: 	option remote-port 6996
399: 	option remote-subvolume brick8
400: end-volume
401: 
402: # Machine 11
403: volume cbrick41
404: 	type protocol/client
405: 	option transport-type tcp
406: 	option remote-host 192.168.1.160
407: 	option remote-port 6996
408: 	option remote-subvolume brick1
409: end-volume
410: 
411: volume cbrick42
412: 	type protocol/client
413: 	option transport-type tcp
414: 	option remote-host 192.168.1.160 
415: 	option remote-port 6996
416: 	option remote-subvolume brick2
417: end-volume
418: 
419: volume cbrick43
420: 	type protocol/client
421: 	option transport-type tcp
422: 	option remote-host 192.168.1.160 
423: 	option remote-port 6996
424: 	option remote-subvolume brick3
425: end-volume
426: 
427: volume cbrick44
428: 	type protocol/client
429: 	option transport-type tcp
430: 	option remote-host 192.168.1.160
431: 	option remote-port 6996
432: 	option remote-subvolume brick4
433: end-volume
434: 
435: volume cbrick45
436: 	type protocol/client
437: 	option transport-type tcp
438: 	option remote-host 192.168.1.160 
439: 	option remote-port 6996
440: 	option remote-subvolume brick5
441: end-volume
442: 
443: volume cbrick46
444: 	type protocol/client
445: 	option transport-type tcp
446: 	option remote-host 192.168.1.160 
447: 	option remote-port 6996
448: 	option remote-subvolume brick6
449: end-volume
450: 
451: volume cbrick47
452: 	type protocol/client
453: 	option transport-type tcp
454: 	option remote-host 192.168.1.160
455: 	option remote-port 6996
456: 	option remote-subvolume brick7
457: end-volume
458: 
459: volume cbrick48
460: 	type protocol/client
461: 	option transport-type tcp
462: 	option remote-host 192.168.1.160 
463: 	option remote-port 6996
464: 	option remote-subvolume brick8
465: end-volume
466: 
467: # All the bricks delare finished
468: 
469: # Replicate part
470: volume rep1
471: 	type cluster/replicate
472: 	subvolumes cbrick1 cbrick4 cbrick7
473: end-volume
474: 
475: volume rep2
476: 	type cluster/replicate
477: 	subvolumes cbrick5 cbrick8 cbrick14
478: end-volume
479: 
480: volume rep3
481: 	type cluster/replicate
482: 	subvolumes cbrick9 cbrick15 cbrick18
483: end-volume
484: 
485: volume rep4
486: 	type cluster/replicate
487: 	subvolumes cbrick13 cbrick16 cbrick19
488: end-volume
489: 
490: volume rep5
491: 	type cluster/replicate
492: 	subvolumes cbrick17 cbrick20 cbrick23
493: end-volume
494: 
495: volume rep6
496: 	type cluster/replicate
497: 	subvolumes cbrick21 cbrick24 cbrick3
498: end-volume
499: 
500: volume rep7
501: 	type cluster/replicate
502: 	subvolumes cbrick22 cbrick2 cbrick6
503: end-volume
504: 
505: volume rep8
506: 	type cluster/replicate
507: 	subvolumes cbrick25 cbrick33 cbrick41
508: end-volume
509: 
510: volume rep9
511: 	type cluster/replicate
512: 	subvolumes cbrick26 cbrick34 cbrick42
513: end-volume
514: 
515: volume rep10
516: 	type cluster/replicate
517: 	subvolumes cbrick27 cbrick35 cbrick43
518: end-volume
519: 
520: volume rep11
521: 	type cluster/replicate
522: 	subvolumes cbrick28 cbrick36 cbrick44
523: end-volume
524: 
525: volume rep12
526: 	type cluster/replicate
527: 	subvolumes cbrick29 cbrick37 cbrick45
528: end-volume
529: 
530: volume rep13
531: 	type cluster/replicate
532: 	subvolumes cbrick30 cbrick38 cbrick46
533: end-volume
534: 
535: volume rep14
536: 	type cluster/replicate
537: 	subvolumes cbrick31 cbrick39 cbrick47
538: end-volume
539: 
540: volume rep15
541: 	type cluster/replicate
542: 	subvolumes cbrick32 cbrick40 cbrick48
543: end-volume
544: 
545: # Distribute part
546: volume dist
547: 	type cluster/distribute
548: 	option lookup-unhashed yes
549: 	subvolumes rep1 rep2 rep3 rep4 rep5 rep6 rep7 rep8 rep9 rep10 rep11 rep12 rep13 rep14 rep15
550: end-volume
551: 
552: volume writebehind
553: 	type performance/write-behind
554: 	option cache-size 1MB 
555: 	subvolumes dist
556: end-volume
557: 
558: volume cache1
559: 	type performance/io-cache
560: 	option cache-size 512MB
561: 	subvolumes writebehind
562: end-volume
563: 
564: # CLIENT END CONFIGURATION ENDS

+------------------------------------------------------------------------------+
[2010-03-14 22:46:40] D [glusterfsd.c:1370:main] glusterfs: running in pid 7151
[2010-03-14 22:46:40] E [fuse-bridge.c:3390:init] fuse: Mountpoint /home seems to have a stale mount, run 'umount /home' and try again.
[2010-03-14 22:46:40] E [xlator.c:839:xlator_init_rec] fuse: Initialization of volume 'fuse' failed, review your volfile again
[2010-03-14 22:46:40] E [glusterfsd.c:583:_xlator_graph_init] glusterfs: initializing translator failed
[2010-03-14 22:46:40] E [glusterfsd.c:1382:main] glusterfs: translator initialization failed.  exiting
[root at test_machine06 ~]# umount /home
[root at test_machine06 ~]# glusterfsd --debug -f /etc/glusterfs/glusterfsd.vol /home
[2010-03-14 22:46:48] D [glusterfsd.c:424:_get_specfp] glusterfs: loading volume file /etc/glusterfs/glusterfsd.vol
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/features/locks.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-threads.so: undefined symbol: dumpops -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/write-behind.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:740:xlator_set_type] xlator: dlsym(notify) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so: undefined symbol: notify -- neglecting
[2010-03-14 22:46:48] D [xlator.c:745:xlator_set_type] xlator: dlsym(dumpops) on /usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so: undefined symbol: dumpops -- neglecting
================================================================================
Version      : glusterfs 3.0.3 built on Mar 14 2010 22:41:04
git: v3.0.2-41-g029062c
Starting Time: 2010-03-14 22:46:48
Command line : glusterfsd --debug -f /etc/glusterfs/glusterfsd.vol /home 
PID          : 7154
System name  : Linux
Nodename     : test_machine06.test_net.com
Kernel Release : 2.6.31.5-127.fc12.x86_64
Hardware Identifier: x86_64

Given volfile:
+------------------------------------------------------------------------------+
  1: # THIS IS THE SERVER-END CONFIGURATION
  2: # Brick 1
  3: volume posix1
  4: 	type storage/posix
  5: 	option directory /mnt/disk1
  6: end-volume
  7: 
  8: volume locks1
  9: 	type features/locks
 10: 	subvolumes posix1
 11: end-volume
 12: 
 13: volume brick1
 14: 	type performance/io-threads
 15: 	option thread-count 16
 16: 	subvolumes locks1
 17: end-volume
 18: 
 19: # Brick 2
 20: volume posix2
 21: 	type storage/posix
 22: 	option directory /mnt/disk2
 23: end-volume
 24: 
 25: volume locks2
 26: 	type features/locks
 27: 	subvolumes posix2
 28: end-volume
 29: 
 30: volume brick2
 31: 	type performance/io-threads
 32: 	option thread-count 16
 33: 	subvolumes locks2
 34: end-volume
 35: 
 36: # Brick 3
 37: volume posix3
 38: 	type storage/posix
 39: 	option directory /mnt/disk3
 40: end-volume
 41: 
 42: volume locks3
 43: 	type features/locks
 44: 	subvolumes posix3
 45: end-volume
 46: 
 47: volume brick3
 48: 	type performance/io-threads
 49: 	option thread-count 16
 50: 	subvolumes locks3
 51: end-volume
 52: 
 53: 
 54: # Server 
 55: volume server
 56: 	type protocol/server
 57: 	option transport-type tcp/server
 58: 	option transport.socket.bind-address 192.168.1.155
 59: 	option transport.socket.listen-port 6996
 60: 	subvolumes brick1 brick2 brick3
 61: 	option auth.addr.brick1.allow *
 62: 	option auth.addr.brick2.allow *
 63: 	option auth.addr.brick3.allow *
 64: end-volume
 65: 
 66: # SERVER-END CONFIGURATION ENDS
 67: 
 68: # THIS IS THE CLIENT-END CONFIGURATION
 69: # 3 Disks Machines
 70: # Machine 1
 71: volume cbrick1
 72: 	type protocol/client
 73: 	option transport-type tcp
 74: 	option remote-host 192.168.1.150
 75: 	option remote-port 6996
 76: 	option remote-subvolume brick1
 77: end-volume
 78: 
 79: volume cbrick2
 80: 	type protocol/client
 81: 	option transport-type tcp
 82: 	option remote-host 192.168.1.150
 83: 	option remote-port 6996
 84: 	option remote-subvolume brick2
 85: end-volume
 86: 
 87: volume cbrick3
 88: 	type protocol/client
 89: 	option transport-type tcp
 90: 	option remote-host 192.168.1.150 
 91: 	option remote-port 6996
 92: 	option remote-subvolume brick3
 93: end-volume
 94: 
 95: # Machine 2
 96: volume cbrick4
 97: 	type protocol/client
 98: 	option transport-type tcp
 99: 	option remote-host 192.168.1.151
100: 	option remote-port 6996
101: 	option remote-subvolume brick1
102: end-volume
103: 
104: volume cbrick5
105: 	type protocol/client
106: 	option transport-type tcp
107: 	option remote-host 192.168.1.151
108: 	option remote-port 6996
109: 	option remote-subvolume brick2
110: end-volume
111:  
112: volume cbrick6
113: 	type protocol/client
114: 	option transport-type tcp
115: 	option remote-host 192.168.1.151 
116: 	option remote-port 6996
117: 	option remote-subvolume brick3
118: end-volume
119: 
120: 
121: # Machine 3
122: volume cbrick7
123: 	type protocol/client
124: 	option transport-type tcp
125: 	option remote-host 192.168.1.152 
126: 	option remote-port 6996
127: 	option remote-subvolume brick1
128: end-volume
129: 
130: volume cbrick8
131: 	type protocol/client
132: 	option transport-type tcp
133: 	option remote-host 192.168.1.152 
134: 	option remote-port 6996
135: 	option remote-subvolume brick2
136: end-volume
137: 
138: volume cbrick9
139: 	type protocol/client
140: 	option transport-type tcp
141: 	option remote-host 192.168.1.152 
142: 	option remote-port 6996
143: 	option remote-subvolume brick3
144: end-volume
145: 
146: # Machine 4
147: # volume cbrick10
148: #	type protocol/client
149: #	option transport-type tcp
150: #	option remote-host 192.168.1.153
151: #	option remote-port 6996
152: #	option remote-subvolume brick1
153: # end-volume
154: #
155: # volume cbrick11
156: #	type protocol/client
157: #	option transport-type tcp
158: #	option remote-host 192.168.1.153 
159: #	option remote-port 6996
160: #	option remote-subvolume brick2
161: # end-volume
162: # 
163: # volume cbrick12
164: #	type protocol/client
165: #	option transport-type tcp
166: #	option remote-host 192.168.1.153 
167: #	option remote-port 6996
168: #	option remote-subvolume brick3
169: # end-volume
170: 
171: # Machine 5
172: volume cbrick13
173: 	type protocol/client
174: 	option transport-type tcp
175: 	option remote-host 192.168.1.154
176: 	option remote-port 6996
177: 	option remote-subvolume brick1
178: end-volume
179: 
180: volume cbrick14
181: 	type protocol/client
182: 	option transport-type tcp
183: 	option remote-host 192.168.1.154 
184: 	option remote-port 6996
185: 	option remote-subvolume brick2
186: end-volume
187: 
188: volume cbrick15
189: 	type protocol/client
190: 	option transport-type tcp
191: 	option remote-host 192.168.1.154 
192: 	option remote-port 6996
193: 	option remote-subvolume brick3
194: end-volume
195: 
196: # Machine 6
197: volume cbrick16
198: 	type protocol/client
199: 	option transport-type tcp
200: 	option remote-host 192.168.1.155
201: 	option remote-port 6996
202: 	option remote-subvolume brick1
203: end-volume
204: 
205: volume cbrick17
206: 	type protocol/client
207: 	option transport-type tcp
208: 	option remote-host 192.168.1.155
209: 	option remote-port 6996
210: 	option remote-subvolume brick2
211: end-volume
212: 
213: volume cbrick18
214: 	type protocol/client
215: 	option transport-type tcp
216: 	option remote-host 192.168.1.155 
217: 	option remote-port 6996
218: 	option remote-subvolume brick3
219: end-volume
220: 
221: # Machine 7
222: volume cbrick19
223: 	type protocol/client
224: 	option transport-type tcp
225: 	option remote-host 192.168.1.156 
226: 	option remote-port 6996
227: 	option remote-subvolume brick1
228: end-volume
229: 
230: volume cbrick20
231: 	type protocol/client
232: 	option transport-type tcp
233: 	option remote-host 192.168.1.156 
234: 	option remote-port 6996
235: 	option remote-subvolume brick2
236: end-volume
237: 
238: volume cbrick21
239: 	type protocol/client
240: 	option transport-type tcp
241: 	option remote-host 192.168.1.156 
242: 	option remote-port 6996
243: 	option remote-subvolume brick3
244: end-volume
245: 
246: # Machine 8
247: volume cbrick22
248: 	type protocol/client
249: 	option transport-type tcp
250: 	option remote-host 192.168.1.157
251: 	option remote-port 6996
252: 	option remote-subvolume brick1
253: end-volume
254: 
255: volume cbrick23
256: 	type protocol/client
257: 	option transport-type tcp
258: 	option remote-host 192.168.1.157 
259: 	option remote-port 6996
260: 	option remote-subvolume brick2
261: end-volume
262: 
263: volume cbrick24
264: 	type protocol/client
265: 	option transport-type tcp
266: 	option remote-host 192.168.1.157 
267: 	option remote-port 6996
268: 	option remote-subvolume brick3
269: end-volume
270: 
271: # 8 Disks Machines:
272: # Machine 9
273: volume cbrick25
274: 	type protocol/client
275: 	option transport-type tcp
276: 	option remote-host 192.168.1.158
277: 	option remote-port 6996
278: 	option remote-subvolume brick1
279: end-volume
280: 
281: volume cbrick26
282: 	type protocol/client
283: 	option transport-type tcp
284: 	option remote-host 192.168.1.158 
285: 	option remote-port 6996
286: 	option remote-subvolume brick2
287: end-volume
288: 
289: volume cbrick27
290: 	type protocol/client
291: 	option transport-type tcp
292: 	option remote-host 192.168.1.158 
293: 	option remote-port 6996
294: 	option remote-subvolume brick3
295: end-volume
296: 
297: volume cbrick28
298: 	type protocol/client
299: 	option transport-type tcp
300: 	option remote-host 192.168.1.158
301: 	option remote-port 6996
302: 	option remote-subvolume brick4
303: end-volume
304: 
305: volume cbrick29
306: 	type protocol/client
307: 	option transport-type tcp
308: 	option remote-host 192.168.1.158 
309: 	option remote-port 6996
310: 	option remote-subvolume brick5
311: end-volume
312: 
313: volume cbrick30
314: 	type protocol/client
315: 	option transport-type tcp
316: 	option remote-host 192.168.1.158 
317: 	option remote-port 6996
318: 	option remote-subvolume brick6
319: end-volume
320: 
321: volume cbrick31
322: 	type protocol/client
323: 	option transport-type tcp
324: 	option remote-host 192.168.1.158
325: 	option remote-port 6996
326: 	option remote-subvolume brick7
327: end-volume
328: 
329: volume cbrick32
330: 	type protocol/client
331: 	option transport-type tcp
332: 	option remote-host 192.168.1.158 
333: 	option remote-port 6996
334: 	option remote-subvolume brick8
335: end-volume
336: 
337: # Machine 10
338: volume cbrick33
339: 	type protocol/client
340: 	option transport-type tcp
341: 	option remote-host 192.168.1.159
342: 	option remote-port 6996
343: 	option remote-subvolume brick1
344: end-volume
345: 
346: volume cbrick34
347: 	type protocol/client
348: 	option transport-type tcp
349: 	option remote-host 192.168.1.159 
350: 	option remote-port 6996
351: 	option remote-subvolume brick2
352: end-volume
353: 
354: volume cbrick35
355: 	type protocol/client
356: 	option transport-type tcp
357: 	option remote-host 192.168.1.159 
358: 	option remote-port 6996
359: 	option remote-subvolume brick3
360: end-volume
361: 
362: volume cbrick36
363: 	type protocol/client
364: 	option transport-type tcp
365: 	option remote-host 192.168.1.159
366: 	option remote-port 6996
367: 	option remote-subvolume brick4
368: end-volume
369: 
370: volume cbrick37
371: 	type protocol/client
372: 	option transport-type tcp
373: 	option remote-host 192.168.1.159 
374: 	option remote-port 6996
375: 	option remote-subvolume brick5
376: end-volume
377: 
378: volume cbrick38
379: 	type protocol/client
380: 	option transport-type tcp
381: 	option remote-host 192.168.1.159 
382: 	option remote-port 6996
383: 	option remote-subvolume brick6
384: end-volume
385: 
386: volume cbrick39
387: 	type protocol/client
388: 	option transport-type tcp
389: 	option remote-host 192.168.1.159
390: 	option remote-port 6996
391: 	option remote-subvolume brick7
392: end-volume
393: 
394: volume cbrick40
395: 	type protocol/client
396: 	option transport-type tcp
397: 	option remote-host 192.168.1.159 
398: 	option remote-port 6996
399: 	option remote-subvolume brick8
400: end-volume
401: 
402: # Machine 11
403: volume cbrick41
404: 	type protocol/client
405: 	option transport-type tcp
406: 	option remote-host 192.168.1.160
407: 	option remote-port 6996
408: 	option remote-subvolume brick1
409: end-volume
410: 
411: volume cbrick42
412: 	type protocol/client
413: 	option transport-type tcp
414: 	option remote-host 192.168.1.160 
415: 	option remote-port 6996
416: 	option remote-subvolume brick2
417: end-volume
418: 
419: volume cbrick43
420: 	type protocol/client
421: 	option transport-type tcp
422: 	option remote-host 192.168.1.160 
423: 	option remote-port 6996
424: 	option remote-subvolume brick3
425: end-volume
426: 
427: volume cbrick44
428: 	type protocol/client
429: 	option transport-type tcp
430: 	option remote-host 192.168.1.160
431: 	option remote-port 6996
432: 	option remote-subvolume brick4
433: end-volume
434: 
435: volume cbrick45
436: 	type protocol/client
437: 	option transport-type tcp
438: 	option remote-host 192.168.1.160 
439: 	option remote-port 6996
440: 	option remote-subvolume brick5
441: end-volume
442: 
443: volume cbrick46
444: 	type protocol/client
445: 	option transport-type tcp
446: 	option remote-host 192.168.1.160 
447: 	option remote-port 6996
448: 	option remote-subvolume brick6
449: end-volume
450: 
451: volume cbrick47
452: 	type protocol/client
453: 	option transport-type tcp
454: 	option remote-host 192.168.1.160
455: 	option remote-port 6996
456: 	option remote-subvolume brick7
457: end-volume
458: 
459: volume cbrick48
460: 	type protocol/client
461: 	option transport-type tcp
462: 	option remote-host 192.168.1.160 
463: 	option remote-port 6996
464: 	option remote-subvolume brick8
465: end-volume
466: 
467: # All the bricks delare finished
468: 
469: # Replicate part
470: volume rep1
471: 	type cluster/replicate
472: 	subvolumes cbrick1 cbrick4 cbrick7
473: end-volume
474: 
475: volume rep2
476: 	type cluster/replicate
477: 	subvolumes cbrick5 cbrick8 cbrick14
478: end-volume
479: 
480: volume rep3
481: 	type cluster/replicate
482: 	subvolumes cbrick9 cbrick15 cbrick18
483: end-volume
484: 
485: volume rep4
486: 	type cluster/replicate
487: 	subvolumes cbrick13 cbrick16 cbrick19
488: end-volume
489: 
490: volume rep5
491: 	type cluster/replicate
492: 	subvolumes cbrick17 cbrick20 cbrick23
493: end-volume
494: 
495: volume rep6
496: 	type cluster/replicate
497: 	subvolumes cbrick21 cbrick24 cbrick3
498: end-volume
499: 
500: volume rep7
501: 	type cluster/replicate
502: 	subvolumes cbrick22 cbrick2 cbrick6
503: end-volume
504: 
505: volume rep8
506: 	type cluster/replicate
507: 	subvolumes cbrick25 cbrick33 cbrick41
508: end-volume
509: 
510: volume rep9
511: 	type cluster/replicate
512: 	subvolumes cbrick26 cbrick34 cbrick42
513: end-volume
514: 
515: volume rep10
516: 	type cluster/replicate
517: 	subvolumes cbrick27 cbrick35 cbrick43
518: end-volume
519: 
520: volume rep11
521: 	type cluster/replicate
522: 	subvolumes cbrick28 cbrick36 cbrick44
523: end-volume
524: 
525: volume rep12
526: 	type cluster/replicate
527: 	subvolumes cbrick29 cbrick37 cbrick45
528: end-volume
529: 
530: volume rep13
531: 	type cluster/replicate
532: 	subvolumes cbrick30 cbrick38 cbrick46
533: end-volume
534: 
535: volume rep14
536: 	type cluster/replicate
537: 	subvolumes cbrick31 cbrick39 cbrick47
538: end-volume
539: 
540: volume rep15
541: 	type cluster/replicate
542: 	subvolumes cbrick32 cbrick40 cbrick48
543: end-volume
544: 
545: # Distribute part
546: volume dist
547: 	type cluster/distribute
548: 	option lookup-unhashed yes
549: 	subvolumes rep1 rep2 rep3 rep4 rep5 rep6 rep7 rep8 rep9 rep10 rep11 rep12 rep13 rep14 rep15
550: end-volume
551: 
552: volume writebehind
553: 	type performance/write-behind
554: 	option cache-size 1MB 
555: 	subvolumes dist
556: end-volume
557: 
558: volume cache1
559: 	type performance/io-cache
560: 	option cache-size 512MB
561: 	subvolumes writebehind
562: end-volume
563: 
564: # CLIENT END CONFIGURATION ENDS

+------------------------------------------------------------------------------+
[2010-03-14 22:46:48] D [glusterfsd.c:1370:main] glusterfs: running in pid 7154
[2010-03-14 22:46:48] D [write-behind.c:2529:init] writebehind: disabling write-behind for first 1 bytes
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick48: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick48: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick48: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick48: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick47: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick47: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick47: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick47: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick46: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick46: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick46: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick46: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick45: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick45: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick45: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick45: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick44: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick44: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick44: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick44: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick43: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick43: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick43: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick43: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick42: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick42: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick42: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick42: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick41: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick41: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick41: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick41: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick40: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick40: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick40: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick40: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick39: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick39: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick39: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick39: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick38: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick38: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick38: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick38: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick37: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick37: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick37: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick37: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick36: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick36: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick36: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick36: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick35: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick35: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick35: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick35: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick34: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick34: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick34: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick34: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick33: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick33: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick33: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick33: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick32: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick32: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick32: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick32: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick31: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick31: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick31: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick31: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick30: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick30: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick30: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick30: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick29: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick29: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick29: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick29: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick28: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick28: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick28: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick28: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick27: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick27: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick27: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick27: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick26: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick26: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick26: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick26: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick25: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick25: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick25: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick25: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick24: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick24: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick24: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick24: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick23: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick23: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick23: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick23: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick22: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick22: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick22: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick22: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick21: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick21: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick21: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick21: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick20: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick20: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick20: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick20: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick19: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick19: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick19: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick19: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick18: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick18: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick18: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick18: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick17: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick17: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick17: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick17: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick16: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick16: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick16: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick16: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick15: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick15: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick15: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick15: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick14: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick14: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick14: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick14: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick13: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick13: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick13: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick13: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick9: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick9: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick9: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick9: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick8: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick8: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick8: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick8: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick7: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick7: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick7: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick7: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick6: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick6: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick6: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick6: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick5: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick5: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick5: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick5: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick4: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick4: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick4: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick4: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick3: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick3: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick3: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick3: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick2: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick2: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick2: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick2: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [client-protocol.c:6603:init] cbrick1: defaulting frame-timeout to 30mins
[2010-03-14 22:46:48] D [client-protocol.c:6614:init] cbrick1: defaulting ping-timeout to 42
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick1: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] cbrick1: no range check required for 'option remote-port 6996'
[2010-03-14 22:46:48] D [transport.c:145:transport_load] transport: attempt to load file /usr/lib64/glusterfs/3.0.3/transport/socket.so
[2010-03-14 22:46:48] D [xlator.c:285:_volume_option_value_validate] server: no range check required for 'option transport.socket.listen-port 6996'
[2010-03-14 22:46:48] D [io-threads.c:2841:init] brick3: io-threads: Autoscaling: off, min_threads: 16, max_threads: 16
[2010-03-14 22:46:48] D [io-threads.c:2841:init] brick2: io-threads: Autoscaling: off, min_threads: 16, max_threads: 16
[2010-03-14 22:46:48] D [io-threads.c:2841:init] brick1: io-threads: Autoscaling: off, min_threads: 16, max_threads: 16
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick1: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick1: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick4: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick4: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick7: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick7: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick5: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick5: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick8: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick8: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick14: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick14: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick9: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick9: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick15: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick15: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick18: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick18: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick13: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick13: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick16: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick16: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick19: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick19: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick17: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick17: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick20: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick20: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick23: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick23: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick21: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick21: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick24: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick24: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick3: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick3: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick22: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick22: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick2: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick2: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick6: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick6: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick25: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick25: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick33: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick33: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick41: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick41: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick26: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick26: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick34: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick34: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick42: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick42: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick27: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick27: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick35: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick35: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick43: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick43: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick28: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick28: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick36: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick36: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick44: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick44: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick29: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick29: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick37: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick37: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick45: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick45: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick30: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick30: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick38: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick38: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick46: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick46: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick31: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick31: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick39: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick39: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick47: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick47: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick32: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick32: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick40: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick40: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick48: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick48: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick1: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick1: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick4: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick4: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick7: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick7: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick5: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick5: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick8: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick8: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick14: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick14: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick9: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick9: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick15: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick15: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick18: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick18: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick13: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick13: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick16: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick16: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick19: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick19: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick17: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick17: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick20: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick20: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick23: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick23: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick21: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick21: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick24: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick24: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick3: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick3: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick22: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick22: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick2: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick2: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick6: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick6: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick25: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick25: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick33: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick33: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick41: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick41: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick26: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick26: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick34: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick34: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick42: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick42: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick27: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick27: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick35: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick35: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick43: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick43: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick28: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick28: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick36: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick36: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick44: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick44: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick29: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick29: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick37: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick37: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick45: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick45: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick30: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick30: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick38: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick38: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick46: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick46: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick31: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick31: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick39: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick39: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick47: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick47: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick32: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick32: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick40: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick40: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick48: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] D [client-protocol.c:7027:notify] cbrick48: got GF_EVENT_PARENT_UP, attempting connect on transport
[2010-03-14 22:46:48] N [glusterfsd.c:1396:main] glusterfs: Successfully started
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick1: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick1: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick4: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [fuse-bridge.c:3092:fuse_thread_proc] fuse:  pthread_cond_timedout returned non zero value ret: 0 errno: 0
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick4: connection to  failed (Connection refused)
[2010-03-14 22:46:48] N [fuse-bridge.c:2942:fuse_init] glusterfs-fuse: FUSE inited with protocol versions: glusterfs 7.13 kernel 7.12
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick7: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick7: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick5: connection to  failed (Connection refused)
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick5: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick8: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick8: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick14: connection to  failed (Connection refused)
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick14: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick9: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick9: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick15: connection to  failed (Connection refused)
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick15: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick18: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick18: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick13: connection to  failed (Connection refused)
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick13: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick16: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick16: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick19: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick19: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick17: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick17: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick20: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick20: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick23: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick23: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick21: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick21: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick24: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick24: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick3: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick3: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick22: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick22: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick2: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick2: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick6: connection to  failed (Connection refused)
[2010-03-14 22:46:48] E [socket.c:762:socket_connect_finish] cbrick6: connection to  failed (Connection refused)
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick25: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick25: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick33: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick33: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick41: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick41: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick26: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick26: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick34: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick34: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick42: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick42: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick27: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick27: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick35: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick35: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick43: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick43: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick28: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick28: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick36: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick36: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick44: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick44: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick29: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick29: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick37: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick37: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick45: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick45: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick30: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick30: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick38: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick38: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick46: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick46: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick31: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick31: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick39: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick39: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick47: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick47: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick32: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick32: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick40: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick40: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick48: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] D [client-protocol.c:7041:notify] cbrick48: got GF_EVENT_CHILD_UP
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick1: Connected to 192.168.1.150:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep1: Subvolume 'cbrick1' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick1: Connected to 192.168.1.150:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep1: Subvolume 'cbrick1' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick7: Connected to 192.168.1.152:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick7: Connected to 192.168.1.152:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick8: Connected to 192.168.1.152:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep2: Subvolume 'cbrick8' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick8: Connected to 192.168.1.152:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep2: Subvolume 'cbrick8' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick9: Connected to 192.168.1.152:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep3: Subvolume 'cbrick9' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick9: Connected to 192.168.1.152:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep3: Subvolume 'cbrick9' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick19: Connected to 192.168.1.156:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep4: Subvolume 'cbrick19' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick19: Connected to 192.168.1.156:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep4: Subvolume 'cbrick19' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick20: Connected to 192.168.1.156:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep5: Subvolume 'cbrick20' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick20: Connected to 192.168.1.156:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep5: Subvolume 'cbrick20' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick21: Connected to 192.168.1.156:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep6: Subvolume 'cbrick21' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick21: Connected to 192.168.1.156:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep6: Subvolume 'cbrick21' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick3: Connected to 192.168.1.150:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick3: Connected to 192.168.1.150:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick2: Connected to 192.168.1.150:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep7: Subvolume 'cbrick2' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick2: Connected to 192.168.1.150:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep7: Subvolume 'cbrick2' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick25: Connected to 192.168.1.158:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep8: Subvolume 'cbrick25' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick25: Connected to 192.168.1.158:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep8: Subvolume 'cbrick25' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick33: Connected to 192.168.1.159:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick33: Connected to 192.168.1.159:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick41: Connected to 192.168.1.160:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick41: Connected to 192.168.1.160:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick26: Connected to 192.168.1.158:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep9: Subvolume 'cbrick26' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick26: Connected to 192.168.1.158:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep9: Subvolume 'cbrick26' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick34: Connected to 192.168.1.159:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick34: Connected to 192.168.1.159:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick42: Connected to 192.168.1.160:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick42: Connected to 192.168.1.160:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick27: Connected to 192.168.1.158:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep10: Subvolume 'cbrick27' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick27: Connected to 192.168.1.158:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep10: Subvolume 'cbrick27' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick35: Connected to 192.168.1.159:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick35: Connected to 192.168.1.159:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick43: Connected to 192.168.1.160:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick43: Connected to 192.168.1.160:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick28: Connected to 192.168.1.158:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep11: Subvolume 'cbrick28' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick28: Connected to 192.168.1.158:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep11: Subvolume 'cbrick28' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick36: Connected to 192.168.1.159:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick36: Connected to 192.168.1.159:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick44: Connected to 192.168.1.160:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick44: Connected to 192.168.1.160:6996, attached to remote volume 'brick4'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick29: Connected to 192.168.1.158:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep12: Subvolume 'cbrick29' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick29: Connected to 192.168.1.158:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep12: Subvolume 'cbrick29' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick37: Connected to 192.168.1.159:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick37: Connected to 192.168.1.159:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick45: Connected to 192.168.1.160:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick45: Connected to 192.168.1.160:6996, attached to remote volume 'brick5'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick30: Connected to 192.168.1.158:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep13: Subvolume 'cbrick30' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick30: Connected to 192.168.1.158:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep13: Subvolume 'cbrick30' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick38: Connected to 192.168.1.159:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick38: Connected to 192.168.1.159:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick46: Connected to 192.168.1.160:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick46: Connected to 192.168.1.160:6996, attached to remote volume 'brick6'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick31: Connected to 192.168.1.158:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep14: Subvolume 'cbrick31' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick31: Connected to 192.168.1.158:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep14: Subvolume 'cbrick31' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick39: Connected to 192.168.1.159:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick39: Connected to 192.168.1.159:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick47: Connected to 192.168.1.160:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick47: Connected to 192.168.1.160:6996, attached to remote volume 'brick7'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick32: Connected to 192.168.1.158:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep15: Subvolume 'cbrick32' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick32: Connected to 192.168.1.158:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] N [afr.c:2627:notify] rep15: Subvolume 'cbrick32' came back up; going online.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick40: Connected to 192.168.1.159:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:998
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep1': avail_percent is: 99.00 and avail_space is: 952169959424
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep2': avail_percent is: 99.00 and avail_space is: 984271716352
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep3': avail_percent is: 96.00 and avail_space is: 948962267136
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep4': avail_percent is: 99.00 and avail_space is: 951565221888
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep7': avail_percent is: 99.00 and avail_space is: 984282935296
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick40: Connected to 192.168.1.159:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick48: Connected to 192.168.1.160:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick48: Connected to 192.168.1.160:6996, attached to remote volume 'brick8'.
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:995
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick18: attaching to the local volume 'brick3'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick18: Connected to 192.168.1.155:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep1': avail_percent is: 99.00 and avail_space is: 952169959424
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep2': avail_percent is: 99.00 and avail_space is: 984271716352
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep3': avail_percent is: 96.00 and avail_space is: 948962267136
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep4': avail_percent is: 99.00 and avail_space is: 951565221888
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep7': avail_percent is: 99.00 and avail_space is: 984282935296
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:992
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick18: attaching to the local volume 'brick3'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick18: Connected to 192.168.1.155:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:991
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick16: attaching to the local volume 'brick1'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick16: Connected to 192.168.1.155:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:988
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick16: attaching to the local volume 'brick1'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick16: Connected to 192.168.1.155:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.155"
[2010-03-14 22:46:48] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.155:987
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick23: Connected to 192.168.1.157:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick23: Connected to 192.168.1.157:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick24: Connected to 192.168.1.157:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick17: attaching to the local volume 'brick2'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick17: Connected to 192.168.1.155:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick24: Connected to 192.168.1.157:6996, attached to remote volume 'brick3'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick22: Connected to 192.168.1.157:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick22: Connected to 192.168.1.157:6996, attached to remote volume 'brick1'.
[2010-03-14 22:46:48] W [client-protocol.c:6237:client_setvolume_cbk] cbrick17: attaching to the local volume 'brick2'
[2010-03-14 22:46:48] N [client-protocol.c:6246:client_setvolume_cbk] cbrick17: Connected to 192.168.1.155:6996, attached to remote volume 'brick2'.
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep5': avail_percent is: 99.00 and avail_space is: 984234270720
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep5': avail_percent is: 99.00 and avail_space is: 984234270720
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep6': avail_percent is: 99.00 and avail_space is: 984071069696
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep6': avail_percent is: 99.00 and avail_space is: 984071069696
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep8': avail_percent is: 99.00 and avail_space is: 952169054208
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep8': avail_percent is: 99.00 and avail_space is: 952169054208
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep9': avail_percent is: 99.00 and avail_space is: 984292622336
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep9': avail_percent is: 99.00 and avail_space is: 984292622336
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep10': avail_percent is: 99.00 and avail_space is: 984257683456
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep10': avail_percent is: 99.00 and avail_space is: 984257683456
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep11': avail_percent is: 99.00 and avail_space is: 984191299584
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep13': avail_percent is: 99.00 and avail_space is: 984277696512
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep12': avail_percent is: 99.00 and avail_space is: 984282775552
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep14': avail_percent is: 99.00 and avail_space is: 984280674304
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep15': avail_percent is: 99.00 and avail_space is: 984150839296
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep15': avail_percent is: 99.00 and avail_space is: 984150839296
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep14': avail_percent is: 99.00 and avail_space is: 984280674304
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep13': avail_percent is: 99.00 and avail_space is: 984277696512
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep12': avail_percent is: 99.00 and avail_space is: 984282775552
[2010-03-14 22:46:48] D [dht-diskusage.c:71:dht_du_info_cbk] dist: on subvolume 'rep11': avail_percent is: 99.00 and avail_space is: 984191299584
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1023
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1019
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1022
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1017
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1018
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1016
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1015
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1021
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1017
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1013
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1017
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.152"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.152:1014
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1017
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1019
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick3: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1020
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1016
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.159"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.159:1012
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1016
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.150"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.150:1016
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1018
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1017
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1013
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1013
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick1: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1016
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.160"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.160:1012
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1015
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.157"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.157:1012
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1013
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.156"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.156:1014
[2010-03-14 22:46:54] D [addr.c:190:gf_auth] brick2: allowed = "*", received addr = "192.168.1.158"
[2010-03-14 22:46:54] N [server-protocol.c:5852:mop_setvolume] server: accepted client from 192.168.1.158:1012
*** buffer overflow detected ***: glusterfsd terminated
======= Backtrace: =========
/lib64/libc.so.6(__fortify_fail+0x37)[0x361d0f6ea7]
/lib64/libc.so.6[0x361d0f4ec0]
/usr/lib64/glusterfs/3.0.3/xlator/protocol/client.so(client_lookup+0x1bd)[0x7ffdc5988b3d]
/usr/lib64/glusterfs/3.0.3/xlator/cluster/replicate.so(afr_lookup+0x433)[0x7ffdc5741c13]
/usr/lib64/glusterfs/3.0.3/xlator/cluster/distribute.so(dht_lookup+0x20f)[0x7ffdc552d52f]
/usr/lib64/libglusterfs.so.0(default_lookup+0xd4)[0x7ffdc6c7e884]
/usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so(ioc_lookup+0xd4)[0x7ffdc5101aa4]
/usr/lib64/glusterfs/3.0.3/xlator/mount/fuse.so(fuse_first_lookup+0x168)[0x7ffdc4eec418]
/usr/lib64/glusterfs/3.0.3/xlator/mount/fuse.so(+0x481d)[0x7ffdc4eec81d]
/lib64/libpthread.so.0[0x361dc06a3a]
/lib64/libc.so.6(clone+0x6d)[0x361d0ddf3d]
======= Memory map: ========
00400000-00408000 r-xp 00000000 08:02 14597                              /usr/sbin/glusterfsd
00607000-00608000 rw-p 00007000 08:02 14597                              /usr/sbin/glusterfsd
00fbf000-01086000 rw-p 00000000 00:00 0                                  [heap]
361cc00000-361cc1e000 r-xp 00000000 08:02 163596                         /lib64/ld-2.11.so
361ce1d000-361ce1e000 r--p 0001d000 08:02 163596                         /lib64/ld-2.11.so
361ce1e000-361ce1f000 rw-p 0001e000 08:02 163596                         /lib64/ld-2.11.so
361ce1f000-361ce20000 rw-p 00000000 00:00 0 
361d000000-361d16f000 r-xp 00000000 08:02 161599                         /lib64/libc-2.11.so
361d16f000-361d36e000 ---p 0016f000 08:02 161599                         /lib64/libc-2.11.so
361d36e000-361d372000 r--p 0016e000 08:02 161599                         /lib64/libc-2.11.so
361d372000-361d373000 rw-p 00172000 08:02 161599                         /lib64/libc-2.11.so
361d373000-361d378000 rw-p 00000000 00:00 0 
361d800000-361d802000 r-xp 00000000 08:02 161612                         /lib64/libdl-2.11.so
361d802000-361da02000 ---p 00002000 08:02 161612                         /lib64/libdl-2.11.so
361da02000-361da03000 r--p 00002000 08:02 161612                         /lib64/libdl-2.11.so
361da03000-361da04000 rw-p 00003000 08:02 161612                         /lib64/libdl-2.11.so
361dc00000-361dc17000 r-xp 00000000 08:02 161603                         /lib64/libpthread-2.11.so
361dc17000-361de16000 ---p 00017000 08:02 161603                         /lib64/libpthread-2.11.so
361de16000-361de17000 r--p 00016000 08:02 161603                         /lib64/libpthread-2.11.so
361de17000-361de18000 rw-p 00017000 08:02 161603                         /lib64/libpthread-2.11.so
361de18000-361de1c000 rw-p 00000000 00:00 0 
3628800000-3628816000 r-xp 00000000 08:02 9463                           /lib64/libgcc_s-4.4.2-20091027.so.1
3628816000-3628a15000 ---p 00016000 08:02 9463                           /lib64/libgcc_s-4.4.2-20091027.so.1
3628a15000-3628a16000 rw-p 00015000 08:02 9463                           /lib64/libgcc_s-4.4.2-20091027.so.1
7ffda0000000-7ffda0021000 rw-p 00000000 00:00 0 
7ffda0021000-7ffda4000000 ---p 00000000 00:00 0 
7ffda61fd000-7ffda61fe000 ---p 00000000 00:00 0 
7ffda61fe000-7ffda6bfe000 rw-p 00000000 00:00 0 
7ffda6bfe000-7ffda6bff000 ---p 00000000 00:00 0 
7ffda6bff000-7ffda75ff000 rw-p 00000000 00:00 0 
7ffda75ff000-7ffda7600000 ---p 00000000 00:00 0 
7ffda7600000-7ffda8000000 rw-p 00000000 00:00 0 
7ffda8000000-7ffda8021000 rw-p 00000000 00:00 0 
7ffda8021000-7ffdac000000 ---p 00000000 00:00 0 
7ffdac3fa000-7ffdac3fb000 ---p 00000000 00:00 0 
7ffdac3fb000-7ffdacdfb000 rw-p 00000000 00:00 0 
7ffdacdfb000-7ffdacdfc000 ---p 00000000 00:00 0 
7ffdacdfc000-7ffdad7fc000 rw-p 00000000 00:00 0 
7ffdad7fc000-7ffdad7fd000 ---p 00000000 00:00 0 
7ffdad7fd000-7ffdae1fd000 rw-p 00000000 00:00 0 
7ffdae1fd000-7ffdae1fe000 ---p 00000000 00:00 0 
7ffdae1fe000-7ffdaebfe000 rw-p 00000000 00:00 0 
7ffdaebfe000-7ffdaebff000 ---p 00000000 00:00 0 
7ffdaebff000-7ffdaf5ff000 rw-p 00000000 00:00 0 
7ffdaf5ff000-7ffdaf600000 ---p 00000000 00:00 0 
7ffdaf600000-7ffdb0000000 rw-p 00000000 00:00 0 
7ffdb0000000-7ffdb0021000 rw-p 00000000 00:00 0 
7ffdb0021000-7ffdb4000000 ---p 00000000 00:00 0 
7ffdb4000000-7ffdb4021000 rw-p 00000000 00:00 0 
7ffdb4021000-7ffdb8000000 ---p 00000000 00:00 0 
7ffdb86d7000-7ffdb8745000 rw-p 00000000 00:00 0 
7ffdb8745000-7ffdb8746000 ---p 00000000 00:00 0 
7ffdb8746000-7ffdb91b4000 rw-p 00000000 00:00 0 
7ffdb91b4000-7ffdb91b5000 ---p 00000000 00:00 0 
7ffdb91b5000-7ffdb9bb5000 rw-p 00000000 00:00 0 
7ffdb9bb5000-7ffdb9bb6000 ---p 00000000 00:00 0 
7ffdb9bb6000-7ffdba5ed000 rw-p 00000000 00:00 0 
7ffdba5ed000-7ffdba5f9000 r-xp 00000000 08:02 6877                       /lib64/libnss_files-2.11.so
7ffdba5f9000-7ffdba7f8000 ---p 0000c000 08:02 6877                       /lib64/libnss_files-2.11.so
7ffdba7f8000-7ffdba7f9000 r--p 0000b000 08:02 6877                       /lib64/libnss_files-2.11.so
7ffdba7f9000-7ffdba7fa000 rw-p 0000c000 08:02 6877                       /lib64/libnss_files-2.11.so
7ffdba7fa000-7ffdba7fb000 ---p 00000000 00:00 0 
7ffdba7fb000-7ffdbb1fb000 rw-p 00000000 00:00 0 
7ffdbb1fb000-7ffdbb1fc000 ---p 00000000 00:00 0 
7ffdbb1fc000-7ffdbbbfc000 rw-p 00000000 00:00 0 
7ffdbbbfc000-7ffdbbbfd000 ---p 00000000 00:00 0 
7ffdbbbfd000-7ffdbbcfd000 rw-p 00000000 00:00 0 
7ffdbbcfd000-7ffdbbcfe000 ---p 00000000 00:00 0 
7ffdbbcfe000-7ffdbbdfe000 rw-p 00000000 00:00 0 
7ffdbbdfe000-7ffdbbdff000 ---p 00000000 00:00 0 
7ffdbbdff000-7ffdbbeff000 rw-p 00000000 00:00 0 
7ffdbbeff000-7ffdbbf00000 ---p 00000000 00:00 0 
7ffdbbf00000-7ffdbc000000 rw-p 00000000 00:00 0 
7ffdbc000000-7ffdbc021000 rw-p 00000000 00:00 0 
7ffdbc021000-7ffdc0000000 ---p 00000000 00:00 0 
7ffdc0007000-7ffdc003e000 rw-p 00000000 00:00 0 
7ffdc003e000-7ffdc003f000 ---p 00000000 00:00 0 
7ffdc003f000-7ffdc013f000 rw-p 00000000 00:00 0 
7ffdc013f000-7ffdc0140000 ---p 00000000 00:00 0 
7ffdc0140000-7ffdc0240000 rw-p 00000000 00:00 0 
7ffdc0240000-7ffdc0241000 ---p 00000000 00:00 0 
7ffdc0241000-7ffdc0341000 rw-p 00000000 00:00 0 
7ffdc0341000-7ffdc0342000 ---p 00000000 00:00 0 
7ffdc0342000-7ffdc0442000 rw-p 00000000 00:00 0 
7ffdc0442000-7ffdc0443000 ---p 00000000 00:00 0 
7ffdc0443000-7ffdc0543000 rw-p 00000000 00:00 0 
7ffdc0543000-7ffdc0544000 ---p 00000000 00:00 0 
7ffdc0544000-7ffdc0644000 rw-p 00000000 00:00 0 
7ffdc0644000-7ffdc0645000 ---p 00000000 00:00 0 
7ffdc0645000-7ffdc0745000 rw-p 00000000 00:00 0 
7ffdc0745000-7ffdc0746000 ---p 00000000 00:00 0 
7ffdc0746000-7ffdc0846000 rw-p 00000000 00:00 0 
7ffdc0846000-7ffdc0847000 ---p 00000000 00:00 0 
7ffdc0847000-7ffdc0947000 rw-p 00000000 00:00 0 
7ffdc0947000-7ffdc0948000 ---p 00000000 00:00 0 
7ffdc0948000-7ffdc0a48000 rw-p 00000000 00:00 0 
7ffdc0a48000-7ffdc0a49000 ---p 00000000 00:00 0 
7ffdc0a49000-7ffdc0b49000 rw-p 00000000 00:00 0 
7ffdc0b49000-7ffdc0b4a000 ---p 00000000 00:00 0 
7ffdc0b4a000-7ffdc0c4a000 rw-p 00000000 00:00 0 
7ffdc0c4a000-7ffdc0c4b000 ---p 00000000 00:00 0 
7ffdc0c4b000-7ffdc164b000 rw-p 00000000 00:00 0 
7ffdc164b000-7ffdc164c000 ---p 00000000 00:00 0 pending frames:
frame : type(1) op(STAT)

patchset: v3.0.2-41-g029062c
signal received: 6
time of crash: 2010-03-14 22:47:02
configuration details:
argp 1
backtrace 1
dlfcn 1
fdatasync 1
libpthread 1
llistxattr 1
setfsid 1
spinlock 1
epoll.h 1
xattr.h 1
st_atim.tv_nsec 1
package-string: glusterfs 3.0.3
/lib64/libc.so.6[0x361d032730]
/lib64/libc.so.6(gsignal+0x35)[0x361d0326b5]
/lib64/libc.so.6(abort+0x175)[0x361d033e95]
/lib64/libc.so.6[0x361d06ebe3]
/lib64/libc.so.6(__fortify_fail+0x37)[0x361d0f6ea7]
/lib64/libc.so.6[0x361d0f4ec0]
/usr/lib64/glusterfs/3.0.3/xlator/protocol/client.so(client_lookup+0x1bd)[0x7ffdc5988b3d]
/usr/lib64/glusterfs/3.0.3/xlator/cluster/replicate.so(afr_lookup+0x433)[0x7ffdc5741c13]
/usr/lib64/glusterfs/3.0.3/xlator/cluster/distribute.so(dht_lookup+0x20f)[0x7ffdc552d52f]
/usr/lib64/libglusterfs.so.0(default_lookup+0xd4)[0x7ffdc6c7e884]
/usr/lib64/glusterfs/3.0.3/xlator/performance/io-cache.so(ioc_lookup+0xd4)[0x7ffdc5101aa4]
/usr/lib64/glusterfs/3.0.3/xlator/mount/fuse.so(fuse_first_lookup+0x168)[0x7ffdc4eec418]
/usr/lib64/glusterfs/3.0.3/xlator/mount/fuse.so(+0x481d)[0x7ffdc4eec81d]
/lib64/libpthread.so.0[0x361dc06a3a]
/lib64/libc.so.6(clone+0x6d)[0x361d0ddf3d]
---------





More information about the Gluster-users mailing list