Thu 14 May 2009 11:11:27 PM UTC, comment #1:
Hi Gordan,
With the 2.0.1 release, I couldn't reproduce this behavior with the following volume file.
---
volume posix1
type storage/posix
option directory /tmp/test-home1
end-volume
volume locks1
type features/locks
subvolumes posix1
end-volume
volume posix2
type storage/posix
option directory /tmp/test-home2
end-volume
volume locks2
type features/locks
subvolumes posix2
end-volume
volume server1
type protocol/server
option listen-port 7001
option auth.addr.locks1.allow *
subvolumes locks1
end-volume
volume server2
type protocol/server
option listen-port 7002
option auth.addr.locks2.allow *
subvolumes locks2
end-volume
volume client1
type protocol/client
option remote-host localhost
option remote-port 7001
option remote-subvolume locks1
end-volume
volume client2
type protocol/client
option remote-host localhost
option remote-port 7002
option remote-subvolume locks2
end-volume
volume afr
type cluster/afr
subvolumes client1 client2
end-volume
-----------
Can you confirm this is the same behavior with this volume file in your setup? (Also can you check if the permission on /home is 0777 ?)
|