gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] GLUSTER 3.x : setvolume failed (Permission denied)


From: nicolas prochazka
Subject: Re: [Gluster-devel] GLUSTER 3.x : setvolume failed (Permission denied)
Date: Wed, 31 Mar 2010 11:50:17 +0200

my server conf file for each server : 
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 <address@hidden>

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.10 
when 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.


Are you sure you have proper 'option auth.addr.brick.allow <>' definition in server volume definition ?

Regards,
Amar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]