gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] Afr Problem


From: Amar S. Tumballi
Subject: Re: [Gluster-devel] Afr Problem
Date: Tue, 20 May 2008 00:53:12 -0700

Thats is because "option replicate *' option is removed in 1.3.8+ versions.
If you remove that line in the spec file, it works fine. (You can see the
same reason if you see your log file.)

Regards,
Amar

On Tue, May 20, 2008 at 12:54 AM, Ben Mok <address@hidden>
wrote:

> 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
>
> -------------------------------------------------------------------------
>
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gluster-devel
>



-- 
Amar Tumballi
Gluster/GlusterFS Hacker
[bulde on #gluster/irc.gnu.org]
http://www.zresearch.com - Commoditizing Super Storage!


reply via email to

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