Hi,<br><br>The central storage can export a brick for replication to each of the N servers. Each of the N servers can have afr of a local brick and a brick exported by the server.<br><br>A sample configuration can be,<br><br>
Central storage,<br><br>volume brick-1<br>&nbsp;&nbsp;&nbsp; type storage/posix<br>&nbsp;&nbsp;&nbsp; option directory /storage/1<br>end-volume<br><br>volume brick-2<br>&nbsp;&nbsp; type storage/posix<br>&nbsp;&nbsp; option directory /storage/2<br>end-volume<br>.<br>.<br>
.<br>.<br>.<br><br>volume brick-n<br>&nbsp; type storage/posix<br>&nbsp; option directory /storage/n<br>end-volume<br><br>volume server<br>&nbsp; type protocol/server<br>&nbsp; option transport-type socket<br>&nbsp; subvolumes brick-1 brick-2 . . . brick-n<br>
&nbsp; auth.ip.brick-1.allow &lt;server-1 ip address&gt;<br>&nbsp; auth.ip.brick-2.allow &lt;server-2 ip address&gt;<br>&nbsp; .<br>&nbsp; .<br>&nbsp; .<br>&nbsp; auth.ip.brick-n.allow &lt;server-n ip address&gt;<br>end-volume<br><br>Each of the server can have glusterfs client as,<br>
volume local-storage<br>&nbsp; type storage/posix<br>&nbsp; option directory /storage/local/<br>end-volume<br><br>volume client<br>&nbsp; type protocol/client<br>&nbsp; option transport-type socket<br>&nbsp; option remote-host &lt;ip address of Central storage&gt;<br>
&nbsp; option remote-subvolume &lt;name of the brick exported by the central storage corresponding to this server&gt;<br>end-volume<br><br>you can experiment with this configuration along with performance translators.<br><br>regards,<br>
<div class="gmail_quote">On Tue, Nov 11, 2008 at 6:43 AM, Serge Aleynikov <span dir="ltr">&lt;<a href="mailto:saleyn@gmail.com">saleyn@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I am new to this list, and would like to find out if GlusterFS can serve<br>
the following need.<br>
<br>
I have N servers running some services that log to local disk on each server and I need the content of these local logs to be replicated in &quot;close-to-real-time&quot; to some central storage to be accessible by other tools.<br>

<br>
Can I use GlusterFS for this purpose? &nbsp;If so, could you point me to a<br>
sample configuration setup?<br>
<br>
Thanks.<br>
<br>
Serge<br>
<br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a><br>
<a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Raghavendra G<br><br>