gluster-devel
[Top][All Lists]
Advanced

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

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


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

Hi, 

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.

--- 
on 10.98.98.1 , glusterfs conf file is : 
volume 10.98.98.1
type protocol/client
option transport-type tcp/client
option remote-host 10.98.98.1
option transport.socket.nodelay on
option remote-subvolume brick
end-volume


volume 10.98.98.10
type protocol/client
option transport-type tcp/client
option remote-host 10.98.98.10
option transport.socket.nodelay on
option remote-subvolume brick
end-volume


# -------------    Create Brick Replicate  definition
volume last0
type cluster/replicate
subvolumes 10.98.98.1 10.98.98.10
end-volume

# -------------    Create Distribute definition
volume last
type cluster/distribute
subvolumes  last0
end-volume



volume iothreads
type performance/io-threads
option thread-count 8
subvolumes last
end-volume

volume io-cache
type performance/io-cache
option cache-size 2GB             # default is 32MB
option cache-timeout 5  # default is 1
subvolumes iothreads
end-volume

volume writebehind
type performance/write-behind
option cache-size 4MB
subvolumes io-cache
end-volume


reply via email to

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