Regards,
NP.
---
cat /etc/glusterfs/glusterfs-server.vol
volume brickless
type storage/posix
option directory /mnt/disks/export
end-volume
volume brickthread
type features/locks
subvolumes brickless
end-volume
volume brickcache
type performance/io-cache
option cache-size 2GB # default is 32MB
option cache-timeout 2 # default is 1
subvolumes brickthread
end-volume
volume brick
type performance/io-threads
option thread-count 8
subvolumes brickcache
end-volume
volume server
type protocol/server
subvolumes brick
option client-volume-filename /etc/glusterfs/Gglusterfs-client.vol
option transport-type tcp
option transport.socket.nodelay on
option verify-volfile-checksum no
option auth.addr.brick.allow 10.98.98.*
end-volume
2010/3/31 Amar Tumballi <amar@xxxxxxxxxxx>
Are you sure you have proper 'option auth.addr.brick.allow <>' definition in server volume definition ?glusterfs sends me this message :[2010-03-31 10:49:27] D [client-protocol.c:7041:notify] 10.98.98.10: got GF_EVENT_CHILD_UP[2010-03-31 10:49:27] D [client-protocol.c:6178:client_setvolume_cbk] 10.98.98.10: setvolume failed (Permission denied)On 10.98.98.10when i run it with : usr/local/sbin/glusterfs --log-level=DEBUG --log-file=/tmpsafe/client.log.gluster -N -s 10.98.98.1 /mnt/vdisk/there's no error on 10.98.98.1 to mount ( 10.98.98.1 and 10.98.98.10) in afr mode.
Regards,
Amar