bug detect in git version ( tag RC5 )

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello
I find a very strange bug, so i send you glusterfs client log file.
When i try to run pg_dump  ( dump program for postgresl)  with -f
/glustermountpoint/TEST )  to write à dump on gluster mount point,
glusterfs is down

pg_dump: [custom archiver] could not close archive file: Software
caused connection abort
ls /mnt/vdisk/ha/
ls: cannot access /mnt/vdisk/ha/: Transport endpoint is not connected

if i do pg_dump -f /tmp/temp.sql   and then mv temp.sql  /mnt/vdisk
, no problem .

Regards ,
Nicolas
2009-03-21 22:17:26 D [glusterfsd.c:335:_get_specfp] glusterfs: loading volume file /etc/glusterfs/Gglusterfs-client.vol
================================================================================
Version      : glusterfs 2.0.0git built on Mar 18 2009 09:58:40
TLA Revision : git://git.sv.gnu.org/gluster.git
Starting Time: 2009-03-21 22:17:26
Command line : /usr/local/sbin/glusterfs --log-level=DEBUG --log-file=/tmp/GLUSTER -N -f /etc/glusterfs/Gglusterfs-client.vol /mnt/vdisk/ 
PID          : 19852
System name  : Linux
Nodename     : murakami
Kernel Release : 2.6.27.13
Hardware Identifier: x86_64

Given volfile:
+------------------------------------------------------------------------------+
  1: #This file is auto generated, not edit ( Nicolas Prochazka Dec 2008)
  2: volume brick_10.98.98.1
  3: type protocol/client
  4: option transport-type tcp/client
  5: option transport-timeout 120 
  6: option remote-host 10.98.98.1
  7: option remote-subvolume brick
  8: end-volume
  9: 
 10: 
 11: volume brick_10.98.98.2
 12: type protocol/client
 13: option transport-type tcp/client
 14: option transport-timeout 120 
 15: option remote-host 10.98.98.2
 16: option remote-subvolume brick
 17: end-volume
 18: 
 19: 
 20: volume last
 21: type cluster/replicate
 22: subvolumes brick_10.98.98.2 brick_10.98.98.1 
 23: option read-subvolume brick_10.98.98.1
 24: option favorite-child brick_10.98.98.1
 25: end-volume
 26: 
 27: 
 28: volume iothreads
 29: type performance/io-threads
 30: option thread-count 4
 31: subvolumes last
 32: end-volume
 33: 
 34: volume io-cache
 35: type performance/io-cache
 36: option cache-size 2048MB             # default is 32MB
 37: option page-size  128KB             #128KB is default option
 38: option cache-timeout 2  # default is 1
 39: subvolumes iothreads
 40: end-volume
 41: 
 42: volume writebehind
 43: type performance/write-behind
 44: option aggregate-size 128KB # default is 0bytes
 45: option window-size 512KB
 46: option flush-behind off      # default is 'off'
 47: subvolumes io-cache
 48: end-volume

+------------------------------------------------------------------------------+
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'brick_10.98.98.1'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/protocol/client.so
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:brick_10.98.98.1:protocol/client
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:transport-type:tcp/client
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:transport-timeout:120
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:remote-host:10.98.98.1
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:remote-subvolume:brick
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:brick_10.98.98.1
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'brick_10.98.98.2'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/protocol/client.so
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:brick_10.98.98.2:protocol/client
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:transport-type:tcp/client
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:transport-timeout:120
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:remote-host:10.98.98.2
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:remote-subvolume:brick
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:brick_10.98.98.2
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'last'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/cluster/replicate.so
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:last:cluster/replicate
2009-03-21 22:17:26 D [spec.y:312:section_sub] parser: child:last->brick_10.98.98.2
2009-03-21 22:17:26 D [spec.y:312:section_sub] parser: child:last->brick_10.98.98.1
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:last:read-subvolume:brick_10.98.98.1
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:last:favorite-child:brick_10.98.98.1
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:last
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'iothreads'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-threads.so
2009-03-21 22:17:26 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:iothreads:performance/io-threads
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:iothreads:thread-count:4
2009-03-21 22:17:26 D [spec.y:312:section_sub] parser: child:iothreads->last
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:iothreads
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'io-cache'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-cache.so
2009-03-21 22:17:26 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-cache.so: undefined symbol: notify -- neglecting
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:io-cache:performance/io-cache
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:io-cache:cache-size:2048MB
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:io-cache:page-size:128KB
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:io-cache:cache-timeout:2
2009-03-21 22:17:26 D [spec.y:312:section_sub] parser: child:io-cache->iothreads
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:io-cache
2009-03-21 22:17:26 D [spec.y:188:new_section] parser: New node for 'writebehind'
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so
2009-03-21 22:17:26 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so: undefined symbol: notify -- neglecting
2009-03-21 22:17:26 D [spec.y:214:section_type] parser: Type:writebehind:performance/write-behind
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:writebehind:aggregate-size:128KB
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:writebehind:window-size:512KB
2009-03-21 22:17:26 D [spec.y:243:section_option] parser: Option:writebehind:flush-behind:off
2009-03-21 22:17:26 D [spec.y:312:section_sub] parser: child:writebehind->io-cache
2009-03-21 22:17:26 D [spec.y:327:section_end] parser: end:writebehind
2009-03-21 22:17:26 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/mount/fuse.so
2009-03-21 22:17:26 D [glusterfsd.c:1115:main] glusterfs: running in pid 19852
2009-03-21 22:17:26 W [xlator.c:430:validate_xlator_volume_options] writebehind: option 'window-size' is deprecated, preferred is 'cache-size', continuing with correction
2009-03-21 22:17:26 W [xlator.c:430:validate_xlator_volume_options] writebehind: option 'aggregate-size' is deprecated, preferred is 'block-size', continuing with correction
2009-03-21 22:17:26 D [client-protocol.c:6543:init] brick_10.98.98.2: setting transport-timeout to 120
2009-03-21 22:17:26 D [client-protocol.c:6557:init] brick_10.98.98.2: defaulting ping-timeout to 10
2009-03-21 22:17:26 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:17:26 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] brick_10.98.98.2: Initialization done
2009-03-21 22:17:26 D [client-protocol.c:6543:init] brick_10.98.98.1: setting transport-timeout to 120
2009-03-21 22:17:26 D [client-protocol.c:6557:init] brick_10.98.98.1: defaulting ping-timeout to 10
2009-03-21 22:17:26 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:17:26 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] brick_10.98.98.1: Initialization done
2009-03-21 22:17:26 D [afr.c:2110:init] last: subvolume 'brick_10.98.98.1' specified as read child
2009-03-21 22:17:26 W [afr.c:2118:init] last: You have specified subvolume 'brick_10.98.98.1' as the 'favorite child'. This means that if a discrepancy in the content or attributes (ownership, permission, etc.) of a file is detected among the subvolumes, the file on 'brick_10.98.98.1' will be considered the definitive version and its contents will OVERWRITE the contents of the file on other subvolumes. All versions of the file except that on 'brick_10.98.98.1' WILL BE LOST.
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] last: Initialization done
2009-03-21 22:17:26 D [io-threads.c:924:init] io-threads: Using conf->thread_count = 4
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] iothreads: Initialization done
2009-03-21 22:17:26 D [io-cache.c:1359:init] io-cache: using page-size 131072
2009-03-21 22:17:26 D [io-cache.c:1376:init] io-cache: using cache-size 2147483648
2009-03-21 22:17:26 D [io-cache.c:1387:init] io-cache: Using 2 seconds to revalidate cache
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] io-cache: Initialization done
2009-03-21 22:17:26 D [write-behind.c:1859:init] writebehind: using aggregate-size = 131072
2009-03-21 22:17:26 D [write-behind.c:1877:init] writebehind: disabling write-behind for first 1 bytes
2009-03-21 22:17:26 D [xlator.c:599:xlator_init_rec] writebehind: Initialization done
2009-03-21 22:17:26 D [inode.c:1010:inode_table_new] fuse: creating new inode table with lru_limit=0
2009-03-21 22:17:26 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.2: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.2: attempting reconnect
2009-03-21 22:17:26 D [name.c:214:af_inet_client_get_remote_sockaddr] brick_10.98.98.2: option remote-port missing in volume brick_10.98.98.2. Defaulting to 6996
2009-03-21 22:17:26 D [common-utils.c:92:gf_resolve_ip6] resolver: DNS cache not present, freshly probing hostname: 10.98.98.2
2009-03-21 22:17:26 D [common-utils.c:129:gf_resolve_ip6] resolver: returning ip-10.98.98.2 (port-6996) for hostname: 10.98.98.2 and port: 6996
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.2: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.2: attempting reconnect
2009-03-21 22:17:26 D [name.c:214:af_inet_client_get_remote_sockaddr] brick_10.98.98.2: option remote-port missing in volume brick_10.98.98.2. Defaulting to 6996
2009-03-21 22:17:26 D [common-utils.c:92:gf_resolve_ip6] resolver: DNS cache not present, freshly probing hostname: 10.98.98.2
2009-03-21 22:17:26 D [common-utils.c:129:gf_resolve_ip6] resolver: returning ip-10.98.98.2 (port-6996) for hostname: 10.98.98.2 and port: 6996
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.1: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.1: attempting reconnect
2009-03-21 22:17:26 D [name.c:214:af_inet_client_get_remote_sockaddr] brick_10.98.98.1: option remote-port missing in volume brick_10.98.98.1. Defaulting to 6996
2009-03-21 22:17:26 D [common-utils.c:92:gf_resolve_ip6] resolver: DNS cache not present, freshly probing hostname: 10.98.98.1
2009-03-21 22:17:26 D [common-utils.c:129:gf_resolve_ip6] resolver: returning ip-10.98.98.1 (port-6996) for hostname: 10.98.98.1 and port: 6996
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.1: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.1: attempting reconnect
2009-03-21 22:17:26 D [name.c:214:af_inet_client_get_remote_sockaddr] brick_10.98.98.1: option remote-port missing in volume brick_10.98.98.1. Defaulting to 6996
2009-03-21 22:17:26 D [common-utils.c:92:gf_resolve_ip6] resolver: DNS cache not present, freshly probing hostname: 10.98.98.1
2009-03-21 22:17:26 D [common-utils.c:129:gf_resolve_ip6] resolver: returning ip-10.98.98.1 (port-6996) for hostname: 10.98.98.1 and port: 6996
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.2: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.2: attempting reconnect
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.2: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.2: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.2: attempting reconnect
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.2: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.1: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.1: attempting reconnect
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.1: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6860:notify] brick_10.98.98.1: got GF_EVENT_PARENT_UP, attempting connect on transport
2009-03-21 22:17:26 D [client-protocol.c:6235:client_protocol_reconnect] brick_10.98.98.1: attempting reconnect
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.1: connect () called on transport already connected
2009-03-21 22:17:26 N [glusterfsd.c:1134:main] glusterfs: Successfully started
2009-03-21 22:17:26 D [client-protocol.c:6874:notify] brick_10.98.98.2: got GF_EVENT_CHILD_UP
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.2: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6874:notify] brick_10.98.98.2: got GF_EVENT_CHILD_UP
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.2: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6874:notify] brick_10.98.98.1: got GF_EVENT_CHILD_UP
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.1: connect () called on transport already connected
2009-03-21 22:17:26 D [client-protocol.c:6874:notify] brick_10.98.98.1: got GF_EVENT_CHILD_UP
2009-03-21 22:17:26 D [socket.c:951:socket_connect] brick_10.98.98.1: connect () called on transport already connected
2009-03-21 22:17:26 N [client-protocol.c:6159:client_setvolume_cbk] brick_10.98.98.1: connection and handshake succeeded
2009-03-21 22:17:26 N [client-protocol.c:6159:client_setvolume_cbk] brick_10.98.98.1: connection and handshake succeeded
2009-03-21 22:17:26 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1), lru=0/0 active=1 purge=0
2009-03-21 22:17:26 N [client-protocol.c:6159:client_setvolume_cbk] brick_10.98.98.2: connection and handshake succeeded
2009-03-21 22:17:26 N [client-protocol.c:6159:client_setvolume_cbk] brick_10.98.98.2: connection and handshake succeeded
2009-03-21 22:17:26 D [fuse-bridge.c:2482:fuse_root_lookup_cbk] fuse: first lookup on root succeeded.
2009-03-21 22:17:29 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 2: LOOKUP() / => 1 (1)
2009-03-21 22:17:29 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 3: LOOKUP /monitoring
2009-03-21 22:17:29 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=0/0 active=2 purge=0
2009-03-21 22:17:29 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 3: LOOKUP() /monitoring => 1073742212 (0)
2009-03-21 22:17:29 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed monitoring (1073742212)
2009-03-21 22:17:29 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742212) lru=1/0 active=1 purge=0
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742212), lru=0/0 active=2 purge=0
2009-03-21 22:17:29 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 4: LOOKUP /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=0/0 active=3 purge=0
2009-03-21 22:17:29 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 4: LOOKUP() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276 (0)
2009-03-21 22:17:29 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:29 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742276) lru=1/0 active=2 purge=0
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742276), lru=0/0 active=3 purge=0
2009-03-21 22:17:29 D [fuse-bridge.c:1166:fuse_unlink] glusterfs-fuse: 5: UNLINK /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:29 D [inode.c:125:__dentry_unset] fuse/inode: unset dentry atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:29 D [fuse-bridge.c:956:fuse_unlink_cbk] glusterfs-fuse: 5: UNLINK() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 0
2009-03-21 22:17:29 D [fuse-bridge.c:493:fuse_forget] glusterfs-fuse: got forget on inode (1073742276)
2009-03-21 22:17:29 D [fuse-bridge.c:611:fuse_getattr] glusterfs-fuse: 7: GETATTR 1073742212 (/monitoring)
2009-03-21 22:17:29 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 7: STAT() /monitoring => 1073742212
2009-03-21 22:17:29 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 8: LOOKUP /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=0/0 active=4 purge=0
2009-03-21 22:17:29 D [inode.c:336:__inode_retire] fuse/inode: retiring inode(1073742276) lru=0/0 active=3 purge=1
2009-03-21 22:17:29 D [inode.c:276:__inode_destroy] fuse/inode: destroy inode(1073742276) [@0x618280]
2009-03-21 22:17:29 D [fuse-bridge.c:408:fuse_entry_cbk] glusterfs-fuse: 8: LOOKUP() /monitoring/atop_00:1e:c9:f7:b9:1f.log => -1 (No such file or directory)
2009-03-21 22:17:29 D [inode.c:336:__inode_retire] fuse/inode: retiring inode(0) lru=0/0 active=2 purge=1
2009-03-21 22:17:29 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742212) lru=1/0 active=1 purge=0
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742212), lru=0/0 active=2 purge=0
2009-03-21 22:17:29 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:29 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=0/0 active=3 purge=0
2009-03-21 22:17:29 D [fuse-bridge.c:1476:fuse_create] glusterfs-fuse: 9: CREATE /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [ioc-inode.c:159:ioc_inode_update] io-cache: locked table(0x615100)
2009-03-21 22:17:29 D [ioc-inode.c:167:ioc_inode_update] io-cache: adding to inode_lru[0]
2009-03-21 22:17:29 D [ioc-inode.c:169:ioc_inode_update] io-cache: unlocked table(0x615100)
2009-03-21 22:17:29 D [fuse-bridge.c:1398:fuse_create_cbk] glusterfs-fuse: 9: CREATE() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 0x617d90 (ino=1073742276)
2009-03-21 22:17:29 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:29 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 10: WRITE (0x617d90, size=5472, offset=0)
2009-03-21 22:17:29 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [afr-transaction.c:79:__is_first_write_on_fd] last: first writev() on fd=0x617d90, writing changelog
2009-03-21 22:17:29 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 10: WRITE => 5472/5472,0/5472
2009-03-21 22:17:29 D [fuse-bridge.c:856:do_utimes] glusterfs-fuse: 11: UTIMENS (1073742276)/monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:29 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 11: UTIMENS() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276
2009-03-21 22:17:29 D [fuse-bridge.c:721:do_chmod] glusterfs-fuse: 13: CHMOD /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:29 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 13: CHMOD() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276
2009-03-21 22:17:29 D [fuse-bridge.c:1661:fuse_flush] glusterfs-fuse: 14: FLUSH 0x617d90
2009-03-21 22:17:29 D [fuse-bridge.c:900:fuse_err_cbk] glusterfs-fuse: 14: FLUSH() ERR => 0
2009-03-21 22:17:29 D [fuse-bridge.c:1681:fuse_release] glusterfs-fuse: 15: RELEASE 0x617d90
2009-03-21 22:17:29 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742276) lru=1/0 active=2 purge=0
2009-03-21 22:17:30 D [fuse-bridge.c:1956:fuse_statfs] glusterfs-fuse: 16: STATFS
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 17: LOOKUP() / => 1 (1)
2009-03-21 22:17:35 D [fuse-bridge.c:1742:fuse_opendir] glusterfs-fuse: 18: OPENDIR /
2009-03-21 22:17:35 D [fuse-bridge.c:656:fuse_fd_cbk] glusterfs-fuse: 18: OPENDIR() / => 0x618190
2009-03-21 22:17:35 D [fuse-bridge.c:1829:fuse_readdir] glusterfs-fuse: 19: READDIR (0x618190, size=4096, offset=0)
2009-03-21 22:17:35 D [fuse-bridge.c:1775:fuse_readdir_cbk] glusterfs-fuse: 19: READDIR => 7/4096,0
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 20: LOOKUP() / => 1 (1)
2009-03-21 22:17:35 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 21: LOOKUP /images
2009-03-21 22:17:35 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:35 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=1/0 active=3 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 21: LOOKUP() /images => 2148532610 (0)
2009-03-21 22:17:35 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed images (2148532610)
2009-03-21 22:17:35 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(2148532610) lru=2/0 active=2 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 22: LOOKUP /iso
2009-03-21 22:17:35 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:35 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=2/0 active=3 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 22: LOOKUP() /iso => 3221225858 (0)
2009-03-21 22:17:35 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed iso (3221225858)
2009-03-21 22:17:35 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(3221225858) lru=3/0 active=2 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 23: LOOKUP /ha
2009-03-21 22:17:35 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:35 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=3/0 active=3 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 23: LOOKUP() /ha => 394 (0)
2009-03-21 22:17:35 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed ha (394)
2009-03-21 22:17:35 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(394) lru=4/0 active=2 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:465:fuse_lookup] glusterfs-fuse: 24: LOOKUP /monitoring(1073742212)
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 24: LOOKUP() /monitoring => 1073742212 (1073742212)
2009-03-21 22:17:35 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed monitoring (1073742212)
2009-03-21 22:17:35 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed monitoring (1073742212)
2009-03-21 22:17:35 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 25: LOOKUP /diskconf
2009-03-21 22:17:35 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:35 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=4/0 active=3 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 25: LOOKUP() /diskconf => 2148532612 (0)
2009-03-21 22:17:35 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed diskconf (2148532612)
2009-03-21 22:17:35 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(2148532612) lru=5/0 active=2 purge=0
2009-03-21 22:17:35 D [fuse-bridge.c:1829:fuse_readdir] glusterfs-fuse: 26: READDIR (0x618190, size=4096, offset=512)
2009-03-21 22:17:35 D [fuse-bridge.c:1775:fuse_readdir_cbk] glusterfs-fuse: 26: READDIR => 0/4096,512
2009-03-21 22:17:35 D [fuse-bridge.c:1847:fuse_releasedir] glusterfs-fuse: 27: RELEASEDIR 0x618190
2009-03-21 22:17:37 D [client-protocol.c:6244:client_protocol_reconnect] brick_10.98.98.2: breaking reconnect chain
2009-03-21 22:17:37 D [client-protocol.c:6244:client_protocol_reconnect] brick_10.98.98.2: breaking reconnect chain
2009-03-21 22:17:37 D [client-protocol.c:6244:client_protocol_reconnect] brick_10.98.98.1: breaking reconnect chain
2009-03-21 22:17:37 D [client-protocol.c:6244:client_protocol_reconnect] brick_10.98.98.1: breaking reconnect chain
2009-03-21 22:17:42 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 28: LOOKUP() / => 1 (1)
2009-03-21 22:17:42 D [fuse-bridge.c:465:fuse_lookup] glusterfs-fuse: 29: LOOKUP /monitoring(1073742212)
2009-03-21 22:17:42 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 29: LOOKUP() /monitoring => 1073742212 (1073742212)
2009-03-21 22:17:42 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed monitoring (1073742212)
2009-03-21 22:17:42 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed monitoring (1073742212)
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742276), lru=4/0 active=3 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:465:fuse_lookup] glusterfs-fuse: 30: LOOKUP /monitoring/atop_00:1e:c9:f7:b9:1f.log(1073742276)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:228:ioc_lookup_cbk] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:232:ioc_lookup_cbk] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:234:ioc_lookup_cbk] io-cache: locked table(0x615100)
2009-03-21 22:17:42 D [io-cache.c:239:ioc_lookup_cbk] io-cache: unlocked table(0x615100)
2009-03-21 22:17:42 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 30: LOOKUP() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276 (1073742276)
2009-03-21 22:17:42 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:42 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:42 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742276) lru=5/0 active=2 purge=0
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742276), lru=4/0 active=3 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:1166:fuse_unlink] glusterfs-fuse: 31: UNLINK /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:42 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:42 D [inode.c:125:__dentry_unset] fuse/inode: unset dentry atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:42 D [fuse-bridge.c:956:fuse_unlink_cbk] glusterfs-fuse: 31: UNLINK() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 0
2009-03-21 22:17:42 D [fuse-bridge.c:493:fuse_forget] glusterfs-fuse: got forget on inode (1073742276)
2009-03-21 22:17:42 D [fuse-bridge.c:611:fuse_getattr] glusterfs-fuse: 33: GETATTR 1073742212 (/monitoring)
2009-03-21 22:17:42 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 33: STAT() /monitoring => 1073742212
2009-03-21 22:17:42 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 34: LOOKUP /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:42 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=4/0 active=4 purge=0
2009-03-21 22:17:42 D [inode.c:336:__inode_retire] fuse/inode: retiring inode(1073742276) lru=4/0 active=3 purge=1
2009-03-21 22:17:42 D [ioc-inode.c:190:ioc_inode_destroy] io-cache: locked table(0x615100)
2009-03-21 22:17:42 D [ioc-inode.c:194:ioc_inode_destroy] io-cache: unlocked table(0x615100)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [inode.c:276:__inode_destroy] fuse/inode: destroy inode(1073742276) [@0x618680]
2009-03-21 22:17:42 D [fuse-bridge.c:408:fuse_entry_cbk] glusterfs-fuse: 34: LOOKUP() /monitoring/atop_00:1e:c9:f7:b9:1f.log => -1 (No such file or directory)
2009-03-21 22:17:42 D [inode.c:336:__inode_retire] fuse/inode: retiring inode(0) lru=4/0 active=2 purge=1
2009-03-21 22:17:42 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742212) lru=5/0 active=1 purge=0
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(1073742212), lru=4/0 active=2 purge=0
2009-03-21 22:17:42 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=4/0 active=3 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:1476:fuse_create] glusterfs-fuse: 35: CREATE /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:42 D [ioc-inode.c:159:ioc_inode_update] io-cache: locked table(0x615100)
2009-03-21 22:17:42 D [ioc-inode.c:167:ioc_inode_update] io-cache: adding to inode_lru[0]
2009-03-21 22:17:42 D [ioc-inode.c:169:ioc_inode_update] io-cache: unlocked table(0x615100)
2009-03-21 22:17:42 D [fuse-bridge.c:1398:fuse_create_cbk] glusterfs-fuse: 35: CREATE() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 0x617900 (ino=1073742276)
2009-03-21 22:17:42 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed atop_00:1e:c9:f7:b9:1f.log (1073742276)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 36: WRITE (0x617900, size=5472, offset=0)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [afr-transaction.c:79:__is_first_write_on_fd] last: first writev() on fd=0x617900, writing changelog
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 36: WRITE => 5472/5472,0/5472
2009-03-21 22:17:42 D [fuse-bridge.c:856:do_utimes] glusterfs-fuse: 37: UTIMENS (1073742276)/monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4000930)
2009-03-21 22:17:42 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 37: UTIMENS() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276
2009-03-21 22:17:42 D [fuse-bridge.c:721:do_chmod] glusterfs-fuse: 39: CHMOD /monitoring/atop_00:1e:c9:f7:b9:1f.log
2009-03-21 22:17:42 D [fuse-bridge.c:527:fuse_attr_cbk] glusterfs-fuse: 39: CHMOD() /monitoring/atop_00:1e:c9:f7:b9:1f.log => 1073742276
2009-03-21 22:17:42 D [fuse-bridge.c:1661:fuse_flush] glusterfs-fuse: 40: FLUSH 0x617900
2009-03-21 22:17:42 D [fuse-bridge.c:900:fuse_err_cbk] glusterfs-fuse: 40: FLUSH() ERR => 0
2009-03-21 22:17:42 D [fuse-bridge.c:1681:fuse_release] glusterfs-fuse: 41: RELEASE 0x617900
2009-03-21 22:17:42 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(1073742276) lru=5/0 active=2 purge=0
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(394), lru=4/0 active=3 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:465:fuse_lookup] glusterfs-fuse: 42: LOOKUP /ha(394)
2009-03-21 22:17:42 D [fuse-bridge.c:372:fuse_entry_cbk] glusterfs-fuse: 42: LOOKUP() /ha => 394 (394)
2009-03-21 22:17:42 D [inode.c:112:__dentry_unhash] fuse/inode: dentry unhashed ha (394)
2009-03-21 22:17:42 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed ha (394)
2009-03-21 22:17:42 D [inode.c:312:__inode_passivate] fuse/inode: passivating inode(394) lru=5/0 active=2 purge=0
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(394), lru=4/0 active=3 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:457:fuse_lookup] glusterfs-fuse: 43: LOOKUP /ha/sgbd_ha-1237670262
2009-03-21 22:17:42 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=4/0 active=4 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:408:fuse_entry_cbk] glusterfs-fuse: 43: LOOKUP() /ha/sgbd_ha-1237670262 => -1 (No such file or directory)
2009-03-21 22:17:42 D [inode.c:336:__inode_retire] fuse/inode: retiring inode(0) lru=4/0 active=3 purge=1
2009-03-21 22:17:42 D [inode.c:471:__inode_create] fuse/inode: create inode(0)
2009-03-21 22:17:42 D [inode.c:293:__inode_activate] fuse/inode: activating inode(0), lru=4/0 active=4 purge=0
2009-03-21 22:17:42 D [fuse-bridge.c:1476:fuse_create] glusterfs-fuse: 44: CREATE /ha/sgbd_ha-1237670262
2009-03-21 22:17:42 D [ioc-inode.c:159:ioc_inode_update] io-cache: locked table(0x615100)
2009-03-21 22:17:42 D [ioc-inode.c:167:ioc_inode_update] io-cache: adding to inode_lru[0]
2009-03-21 22:17:42 D [ioc-inode.c:169:ioc_inode_update] io-cache: unlocked table(0x615100)
2009-03-21 22:17:42 D [fuse-bridge.c:1398:fuse_create_cbk] glusterfs-fuse: 44: CREATE() /ha/sgbd_ha-1237670262 => 0x7fcaa4000c30 (ino=40430)
2009-03-21 22:17:42 D [inode.c:94:__dentry_hash] fuse/inode: dentry hashed sgbd_ha-1237670262 (40430)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 45: WRITE (0x7fcaa4000c30, size=83, offset=0)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [afr-transaction.c:79:__is_first_write_on_fd] last: first writev() on fd=0x7fcaa4000c30, writing changelog
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 45: WRITE => 83/83,0/83
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 46: WRITE (0x7fcaa4000c30, size=4096, offset=83)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 46: WRITE => 4096/4096,83/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 47: WRITE (0x7fcaa4000c30, size=4096, offset=4179)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 47: WRITE => 4096/4096,4179/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 48: WRITE (0x7fcaa4000c30, size=4096, offset=8275)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 48: WRITE => 4096/4096,8275/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 49: WRITE (0x7fcaa4000c30, size=4096, offset=12371)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 49: WRITE => 4096/4096,12371/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 50: WRITE (0x7fcaa4000c30, size=4096, offset=16467)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 50: WRITE => 4096/4096,16467/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 51: WRITE (0x7fcaa4000c30, size=4096, offset=20563)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 51: WRITE => 4096/4096,20563/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 52: WRITE (0x7fcaa4000c30, size=4096, offset=24659)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 52: WRITE => 4096/4096,24659/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 53: WRITE (0x7fcaa4000c30, size=832, offset=28755)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 53: WRITE => 832/832,28755/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 54: WRITE (0x7fcaa4000c30, size=258, offset=29587)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 54: WRITE => 258/258,29587/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 55: WRITE (0x7fcaa4000c30, size=124, offset=29845)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 55: WRITE => 124/124,29845/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 56: WRITE (0x7fcaa4000c30, size=4096, offset=29969)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 56: WRITE => 4096/4096,29969/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 57: WRITE (0x7fcaa4000c30, size=2760, offset=34065)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 57: WRITE => 2760/2760,34065/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 58: WRITE (0x7fcaa4000c30, size=490, offset=36825)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 58: WRITE => 490/490,36825/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 59: WRITE (0x7fcaa4000c30, size=199, offset=37315)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 59: WRITE => 199/199,37315/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 60: WRITE (0x7fcaa4000c30, size=85, offset=37514)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 60: WRITE => 85/85,37514/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 61: WRITE (0x7fcaa4000c30, size=74, offset=37599)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 61: WRITE => 74/74,37599/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 62: WRITE (0x7fcaa4000c30, size=1085, offset=37673)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 62: WRITE => 1085/1085,37673/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 63: WRITE (0x7fcaa4000c30, size=4096, offset=83)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 63: WRITE => 4096/4096,83/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 64: WRITE (0x7fcaa4000c30, size=4096, offset=4179)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 64: WRITE => 4096/4096,4179/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 65: WRITE (0x7fcaa4000c30, size=4096, offset=8275)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 65: WRITE => 4096/4096,8275/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 66: WRITE (0x7fcaa4000c30, size=4096, offset=12371)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 66: WRITE => 4096/4096,12371/0
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:121:ioc_inode_flush] io-cache: locked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [io-cache.c:125:ioc_inode_flush] io-cache: unlocked inode(0x7fcaa4001210)
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 67: WRITE (0x7fcaa4000c30, size=4096, offset=16467)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 67: WRITE => 4096/4096,16467/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 68: WRITE (0x7fcaa4000c30, size=4096, offset=20563)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 68: WRITE => 4096/4096,20563/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 69: WRITE (0x7fcaa4000c30, size=4096, offset=24659)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 69: WRITE => 4096/4096,24659/0
2009-03-21 22:17:42 D [fuse-bridge.c:1640:fuse_write] glusterfs-fuse: 70: WRITE (0x7fcaa4000c30, size=832, offset=28755)
2009-03-21 22:17:42 D [fuse-bridge.c:1600:fuse_writev_cbk] glusterfs-fuse: 70: WRITE => 832/832,28755/0
2009-03-21 22:17:42 D [fuse-bridge.c:1661:fuse_flush] glusterfs-fuse: 71: FLUSH 0x7fcaa4000c30
pending frames:
frame : type(1) op(FLUSH)
frame : type(1) op(FLUSH)
frame : type(1) op(FLUSH)

patchset: git://git.sv.gnu.org/gluster.git
signal received: 11
configuration details:argp 1
backtrace 1
db.h 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 2.0.0git
/lib/libc.so.6[0x7fcaaa2fa1d0]
/usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so(wb_sync+0x23c)[0x7fcaa9861c2c]
/usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so(wb_do_ops+0x3a)[0x7fcaa9861e0a]
/usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so(wb_process_queue+0xe0)[0x7fcaa9861f20]
/usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so(wb_flush+0x139)[0x7fcaa98632c9]
/usr/local/lib/glusterfs/2.0.0git/xlator/mount/fuse.so[0x7fcaa9650c46]
/usr/local/lib/libfuse.so.2[0x7fcaa943d0a6]
/usr/local/lib/glusterfs/2.0.0git/xlator/mount/fuse.so[0x7fcaa965621a]
/lib/libpthread.so.0[0x7fcaaa617097]
/lib/libc.so.6(clone+0x6d)[0x7fcaaa38eccd]
---------
2009-03-21 22:18:10 D [glusterfsd.c:335:_get_specfp] glusterfs: loading volume file /etc/glusterfs/Gglusterfs-client.vol
================================================================================
Version      : glusterfs 2.0.0git built on Mar 18 2009 09:58:40
TLA Revision : git://git.sv.gnu.org/gluster.git
Starting Time: 2009-03-21 22:18:10
Command line : /usr/local/sbin/glusterfs --log-level=DEBUG --log-file=/tmp/GLUSTER -N -f /etc/glusterfs/Gglusterfs-client.vol /mnt/vdisk/ 
PID          : 22302
System name  : Linux
Nodename     : murakami
Kernel Release : 2.6.27.13
Hardware Identifier: x86_64

Given volfile:
+------------------------------------------------------------------------------+
  1: #This file is auto generated, not edit ( Nicolas Prochazka Dec 2008)
  2: volume brick_10.98.98.1
  3: type protocol/client
  4: option transport-type tcp/client
  5: option transport-timeout 120 
  6: option remote-host 10.98.98.1
  7: option remote-subvolume brick
  8: end-volume
  9: 
 10: 
 11: volume brick_10.98.98.2
 12: type protocol/client
 13: option transport-type tcp/client
 14: option transport-timeout 120 
 15: option remote-host 10.98.98.2
 16: option remote-subvolume brick
 17: end-volume
 18: 
 19: 
 20: volume last
 21: type cluster/replicate
 22: subvolumes brick_10.98.98.2 brick_10.98.98.1 
 23: option read-subvolume brick_10.98.98.1
 24: option favorite-child brick_10.98.98.1
 25: end-volume
 26: 
 27: 
 28: volume iothreads
 29: type performance/io-threads
 30: option thread-count 4
 31: subvolumes last
 32: end-volume
 33: 
 34: volume io-cache
 35: type performance/io-cache
 36: option cache-size 2048MB             # default is 32MB
 37: option page-size  128KB             #128KB is default option
 38: option cache-timeout 2  # default is 1
 39: subvolumes iothreads
 40: end-volume
 41: 
 42: volume writebehind
 43: type performance/write-behind
 44: option aggregate-size 128KB # default is 0bytes
 45: option window-size 512KB
 46: option flush-behind off      # default is 'off'
 47: subvolumes io-cache
 48: end-volume

+------------------------------------------------------------------------------+
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'brick_10.98.98.1'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/protocol/client.so
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:brick_10.98.98.1:protocol/client
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:transport-type:tcp/client
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:transport-timeout:120
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:remote-host:10.98.98.1
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.1:remote-subvolume:brick
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:brick_10.98.98.1
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'brick_10.98.98.2'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/protocol/client.so
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:brick_10.98.98.2:protocol/client
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:transport-type:tcp/client
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:transport-timeout:120
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:remote-host:10.98.98.2
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:brick_10.98.98.2:remote-subvolume:brick
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:brick_10.98.98.2
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'last'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/cluster/replicate.so
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:last:cluster/replicate
2009-03-21 22:18:10 D [spec.y:312:section_sub] parser: child:last->brick_10.98.98.2
2009-03-21 22:18:10 D [spec.y:312:section_sub] parser: child:last->brick_10.98.98.1
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:last:read-subvolume:brick_10.98.98.1
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:last:favorite-child:brick_10.98.98.1
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:last
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'iothreads'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-threads.so
2009-03-21 22:18:10 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-threads.so: undefined symbol: notify -- neglecting
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:iothreads:performance/io-threads
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:iothreads:thread-count:4
2009-03-21 22:18:10 D [spec.y:312:section_sub] parser: child:iothreads->last
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:iothreads
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'io-cache'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-cache.so
2009-03-21 22:18:10 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/io-cache.so: undefined symbol: notify -- neglecting
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:io-cache:performance/io-cache
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:io-cache:cache-size:2048MB
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:io-cache:page-size:128KB
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:io-cache:cache-timeout:2
2009-03-21 22:18:10 D [spec.y:312:section_sub] parser: child:io-cache->iothreads
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:io-cache
2009-03-21 22:18:10 D [spec.y:188:new_section] parser: New node for 'writebehind'
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so
2009-03-21 22:18:10 D [xlator.c:509:xlator_set_type] xlator: dlsym(notify) on /usr/local/lib/glusterfs/2.0.0git/xlator/performance/write-behind.so: undefined symbol: notify -- neglecting
2009-03-21 22:18:10 D [spec.y:214:section_type] parser: Type:writebehind:performance/write-behind
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:writebehind:aggregate-size:128KB
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:writebehind:window-size:512KB
2009-03-21 22:18:10 D [spec.y:243:section_option] parser: Option:writebehind:flush-behind:off
2009-03-21 22:18:10 D [spec.y:312:section_sub] parser: child:writebehind->io-cache
2009-03-21 22:18:10 D [spec.y:327:section_end] parser: end:writebehind
2009-03-21 22:18:10 D [xlator.c:469:xlator_set_type] xlator: attempt to load file /usr/local/lib/glusterfs/2.0.0git/xlator/mount/fuse.so
2009-03-21 22:18:10 D [glusterfsd.c:1115:main] glusterfs: running in pid 22302
2009-03-21 22:18:10 W [xlator.c:430:validate_xlator_volume_options] writebehind: option 'window-size' is deprecated, preferred is 'cache-size', continuing with correction
2009-03-21 22:18:10 W [xlator.c:430:validate_xlator_volume_options] writebehind: option 'aggregate-size' is deprecated, preferred is 'block-size', continuing with correction
2009-03-21 22:18:10 D [client-protocol.c:6543:init] brick_10.98.98.2: setting transport-timeout to 120
2009-03-21 22:18:10 D [client-protocol.c:6557:init] brick_10.98.98.2: defaulting ping-timeout to 10
2009-03-21 22:18:10 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:18:10 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] brick_10.98.98.2: Initialization done
2009-03-21 22:18:10 D [client-protocol.c:6543:init] brick_10.98.98.1: setting transport-timeout to 120
2009-03-21 22:18:10 D [client-protocol.c:6557:init] brick_10.98.98.1: defaulting ping-timeout to 10
2009-03-21 22:18:10 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:18:10 D [transport.c:141:transport_load] transport: attempt to load file /usr/local/lib/glusterfs/2.0.0git/transport/socket.so
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] brick_10.98.98.1: Initialization done
2009-03-21 22:18:10 D [afr.c:2110:init] last: subvolume 'brick_10.98.98.1' specified as read child
2009-03-21 22:18:10 W [afr.c:2118:init] last: You have specified subvolume 'brick_10.98.98.1' as the 'favorite child'. This means that if a discrepancy in the content or attributes (ownership, permission, etc.) of a file is detected among the subvolumes, the file on 'brick_10.98.98.1' will be considered the definitive version and its contents will OVERWRITE the contents of the file on other subvolumes. All versions of the file except that on 'brick_10.98.98.1' WILL BE LOST.
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] last: Initialization done
2009-03-21 22:18:10 D [io-threads.c:924:init] io-threads: Using conf->thread_count = 4
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] iothreads: Initialization done
2009-03-21 22:18:10 D [io-cache.c:1359:init] io-cache: using page-size 131072
2009-03-21 22:18:10 D [io-cache.c:1376:init] io-cache: using cache-size 2147483648
2009-03-21 22:18:10 D [io-cache.c:1387:init] io-cache: Using 2 seconds to revalidate cache
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] io-cache: Initialization done
2009-03-21 22:18:10 D [write-behind.c:1859:init] writebehind: using aggregate-size = 131072
2009-03-21 22:18:10 D [write-behind.c:1877:init] writebehind: disabling write-behind for first 1 bytes
2009-03-21 22:18:10 D [xlator.c:599:xlator_init_rec] writebehind: Initialization done
2009-03-21 22:18:10 E [fuse-bridge.c:2776:init] fuse: mountpoint /mnt/vdisk/ seems to have a stale mount, run 'umount /mnt/vdisk/' and try again
2009-03-21 22:18:10 E [xlator.c:611:xlator_init_rec] xlator: initialization of volume 'fuse' failed, review your volfile again
2009-03-21 22:18:10 E [glusterfsd.c:494:_xlator_graph_init] glusterfs: initializing translator failed
2009-03-21 22:18:10 E [glusterfsd.c:1127:main] glusterfs: translator initialization failed.  exiting

[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux