gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] Re: New wiki page for 2 server afr, client side afr


From: Brandon Lamb
Subject: Re: [Gluster-devel] Re: New wiki page for 2 server afr, client side afr
Date: Thu, 1 May 2008 23:30:08 -0700

spec files

CLIENT1
volume brick
        type protocol/client
        option transport-type tcp/client # for TCP/IP transport
        option remote-host 208.200.248.16
        option remote-subvolume afr # name of the remote volume
end-volume

CLIENT2
volume brick
        type protocol/client
        option transport-type tcp/client # for TCP/IP transport
        option remote-host 208.200.248.17
        option remote-subvolume afr # name of the remote volume
end-volume

SERVER1
volume brick1
        type storage/posix
        option directory /mnt/raid/gfs
end-volume

volume brick2
        type protocol/client
        option transport-type tcp/client
        option remote-host 192.168.5.17
        option remote-subvolume brick1
end-volume

volume afr
        type cluster/afr
        subvolumes brick1 brick2
end-volume

volume server
        type protocol/server
        option transport-type tcp/server
        subvolumes brick1 afr
        option auth.ip.brick1.allow 192.168.5*,127.0.0.1
        option auth.ip.afr.allow 208.200.248*,127.0.0.1
end-volume

SERVER2
volume brick1
        type storage/posix
        option directory /mnt/raid/gfs
end-volume

volume brick2
        type protocol/client
        option transport-type tcp/client
        option remote-host 192.168.5.16
        option remote-subvolume brick1
end-volume

volume afr
        type cluster/afr
        subvolumes brick2 brick1
end-volume

volume server
        type protocol/server
        option transport-type tcp/server
        subvolumes brick1 afr
        option auth.ip.brick1.allow 192.168.5*,127.0.0.1
        option auth.ip.afr.allow 208.200.248*,127.0.0.1
end-volume




reply via email to

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