<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.20900" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=081034214-11112008><FONT face=Arial 
color=#0000ff size=2>Is it ok on the glusterfsd server to have the <FONT 
face="Times New Roman" color=#000000 size=3>&lt;export-directory&gt; <FONT 
face=Arial color=#0000ff size=2>storage&nbsp;be an NFS mount?&nbsp; I.e. so that 
the AFR replicated copy of all data from all clients would go to 
NFS?</FONT></FONT></FONT></SPAN></DIV><SPAN 
class=081034214-11112008>&nbsp;</SPAN><BR>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> basavanagowda@gmail.com 
  [mailto:basavanagowda@gmail.com] <B>On Behalf Of </B>Basavanagowda 
  Kanur<BR><B>Sent:</B> Tuesday, November 11, 2008 2:49 AM<BR><B>To:</B> 
  Aleynikov, Serge<BR><B>Cc:</B> gluster-users@gluster.org<BR><B>Subject:</B> 
  Re: [Gluster-users] File replication<BR></FONT><BR></DIV>
  <DIV></DIV>Aleynikov,<BR><BR>Find replies inline.<BR><BR>
  <DIV class=gmail_quote>On Tue, Nov 11, 2008 at 4:06 AM, Aleynikov, Serge <SPAN 
  dir=ltr>&lt;<A 
  href="mailto:Serge.Aleynikov@gs.com">Serge.Aleynikov@gs.com</A>&gt;</SPAN> 
  wrote:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV>
    <P><FONT face=Arial size=2>Hi,</FONT> </P>
    <P><FONT face=Arial size=2>I am new to this list, and would like to find out 
    if GlusterFS can serve the following need.</FONT> </P>
    <P><FONT face=Arial size=2>I have N servers running services that log to 
    local disk and I need the content of these local logs to be replicated in 
    "close-to-real-time" to some central storage to be accessible by other 
    tools.</FONT></P>
    <P><FONT face=Arial size=2>Can I use GlusterFS for this purpose?&nbsp; If 
    so, could you point me to a sample configuration setup?</FONT> 
  </P></DIV></BLOCKQUOTE>
  <DIV>Yes, you can use.<BR><BR>Run glusterfs server on central storage node. 
  with the following spec file<BR><BR>volume storage<BR>&nbsp; &nbsp; type 
  storage/posix<BR>&nbsp; &nbsp; option directory 
  &lt;export-directory&gt;<BR>end-volume<BR><BR>volume server<BR>&nbsp; &nbsp; 
  type protocol/server<BR>&nbsp; &nbsp; option transport-type 
  &lt;tcp-or-ibverbs&gt;<BR>&nbsp; &nbsp; option auth.addr.storage.allow 
  &lt;ipaddress-or-username&gt;<BR>&nbsp; &nbsp; subvolumes 
  storage<BR>end-volume<BR><BR>On the machines where your log files are updated, 
  mount glusterfs using the following spec:<BR><BR>volume client<BR>&nbsp; 
  &nbsp; type protoco/client<BR>&nbsp; &nbsp; option remote-host 
  &lt;ipaddress&gt;<BR>&nbsp; &nbsp; option remote-subvolume 
  storage<BR>end-volume<BR><BR>volume local-storage<BR>&nbsp; &nbsp;&nbsp; 
  type&nbsp; storage/posix<BR>&nbsp;&nbsp;&nbsp;&nbsp; option directory 
  &lt;local-directory&gt;<BR>end-volume<BR><BR>volume 
  afr<BR>&nbsp;&nbsp;&nbsp;&nbsp; type cluster/afr<BR>&nbsp;&nbsp;&nbsp;&nbsp; 
  subvolumes local-storage client<BR>end-volume<BR><BR>And point your logging 
  process to log on mounted directory.<BR><BR></DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV>
    <P></P>
    <P><FONT face=Arial size=2>Thanks.</FONT> </P>
    <P><FONT face=Arial size=2>Serge</FONT> 
    </P></DIV><BR>_______________________________________________<BR>Gluster-users 
    mailing list<BR><A 
    href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</A><BR><A 
    href="http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users" 
    target=_blank>http://zresearch.com/cgi-bin/mailman/listinfo/gluster-users</A><BR><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>gowda<BR></BLOCKQUOTE></BODY></HTML>