[Gluster-users] Issue with 3.0.5 that killed my production boxes
Jenn Fountain
jfountai at comcast.net
Fri Mar 4 18:20:06 UTC 2011
Looks like the configs didn't come through
# file: /etc/glusterfs/glusterfs-server.vol
volume posix
type storage/posix
option directory /home/user/dyn_root
end-volume
volume locks
type features/locks
subvolumes posix
end-volume
volume brick
type performance/io-threads
option thread-count 8
subvolumes locks
end-volume
volume server
type protocol/server
option transport-type tcp
option auth.addr.brick.allow *
subvolumes brick
end-volume
### Add client feature and attach to remote subvolume of server1
volume brick1
type protocol/client
option transport-type tcp
option remote-host x.x.x.x # IP address of the remote brick
option remote-subvolume brick # name of the remote volume
end-volume
### Add client feature and attach to remote subvolume of server2
volume brick2
type protocol/client
option transport-type tcp
option remote-host x.x.x.x # IP address of the remote brick
option remote-subvolume brick # name of the remote volume
end-volume
### Add client feature and attach to remote subvolume of server2
volume brick3
type protocol/client
option transport-type tcp
option remote-host x.x.x.x # IP address of the remote brick
option remote-subvolume brick # name of the remote volume
end-volume
#The replicated volume with data
volume replicate
type cluster/replicate
# optionally but useful if most is reading
# !!!different values for box a and box b!!!
# option read-subvolume remote1
# option read-subvolume remote2
subvolumes brick1 brick2 brick3
#option favorite-child brick3
end-volume
volume writebehind
type performance/write-behind
option cache-size 4MB
subvolumes replicate
end-volume
volume iocache
type performance/io-cache
option cache-size `echo $(( $(grep 'MemTotal' /proc/meminfo | sed 's/[^0-9]//g') / 5120 ))`MB
option cache-timeout 1
subvolumes writebehind
end-volume
volume quickread
type performance/quick-read
option cache-timeout 1
option max-file-size 64kB
subvolumes iocache
end-volume
#volume statprefetch
# type performance/stat-prefetch
# subvolumes quickread
#end-volume
-Jenn
On Mar 4, 2011, at 12:16 PM, Jenn Fountain wrote:
> I am seeing these errors in my log:
> box1
> [2011-03-04 10:04:32] E [saved-frames.c:165:saved_frames_unwind] brick1: forced unwinding frame type(1) op(LOOKUP)
> [2011-03-04 10:04:32] E [saved-frames.c:165:saved_frames_unwind] brick1: forced unwinding frame type(1) op(LOOKUP)
> [2011-03-04 10:04:32] E [saved-frames.c:165:saved_frames_unwind] brick1: forced unwinding frame type(1) op(LOOKUP)
> [2011-03-04 10:04:32] E [saved-frames.c:165:saved_frames_unwind] brick1: forced unwinding frame type(1) op(LOOKUP)
>
> box2
> [2011-03-04 09:26:50] W [fuse-bridge.c:725:fuse_attr_cbk] glusterfs-fuse: 1022384: FSTAT() /xslt-ctl.xsl => -1 (File descriptor in bad state)
> [2011-03-04 09:42:33] W [fuse-bridge.c:796:fuse_getattr] glusterfs-fuse: 1027989: GETATTR 46912590349472 (fuse_loc_fill() failed)
> [2011-03-04 09:42:33] W [fuse-bridge.c:796:fuse_getattr] glusterfs-fuse: 1027990: GETATTR 46912590349472 (fuse_loc_fill() failed)
>
>
> I am not sure what could be the problem. I included config files and I am running 3.0.5. any help would be greatly appreciated.
>
>
> -Jenn
>
>
>
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
More information about the Gluster-users
mailing list