[Gluster-devel] Afr Problem
Ben Mok
benmok at powerallnetworks.com
Tue May 20 07:54:51 UTC 2008
Hello,
Can you tell me why the client side can't mount to servers after I update
the version from gluster 1.3.7 to 1.3.9 ?
I tried to remove AFR translator and it works fine. Thank you very much!
Ben
2 servers and one client
Server side config
------------------------------------------------------
volume storage-ds
type storage/posix
option directory /mnt/gluster/storage
end-volume
volume storage-ns
type storage/posix
option directory /mnt/gluster/storage-ns
end-volume
volume server
type protocol/server
option transport-type tcp/server
subvolumes storage-ds
option auth.ip.storage-ds.allow *
option auth.ip.storage-ns.allow *
end-volume
Client side config
------------------------
volume s1
type protocol/client
option transport-type tcp/client
option remote-host 192.168.10.80
option transport-timeout 30
option remote-subvolume storage-ds
end-volume
volume s1-ns
type protocol/client
option transport-type tcp/client
option remote-host 192.168.10.80
option transport-timeout 30
option remote-subvolume storage-ns
end-volume
volume s2
type protocol/client
option transport-type tcp/client
option remote-host 192.168.10.55
option transport-timeout 30
option remote-subvolume storage-ds
end-volume
volume s2-ns
type protocol/client
option transport-type tcp/client
option remote-host 192.168.10.55
option transport-timeout 30
option remote-subvolume storage-ns
end-volume
volume afr-ns
type cluster/afr
subvolumes s1-ns s2-ns
option replicate *:2
end-volume
volume afr
type cluster/afr
subvolumes s1 s2
option replicate *:2
end-volume
volume storage-unify
type cluster/unify
subvolumes afr
option namespace afr-ns
option scheduler rr
option rr.limits.min-free-disk 5%
end-volume
-------------------------------------------------------------------------
More information about the Gluster-devel
mailing list