<div dir="ltr">Hi.<br><br>I still don&#39;t have the synchronizing working- can someone advice on the matter?<br><br>Thanks in advance!<br><div class="gmail_quote"><div><div class="h5"><div dir="ltr"><div class="gmail_quote">
<div><div><div><br><div class="gmail_quote">2009/3/9 Stas Oskin <span dir="ltr">&lt;<a href="mailto:stas.oskin@gmail.com" target="_blank">stas.oskin@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi.<div><br></div><div>These are my new 2 vol files, one for client and one for server.</div>
<div><br></div><div>Can you advice if they are correct?</div>

<div><br></div><div>Thanks in advance.</div><div><br>
</div><div>glusterfs.vol (client)</div><div><br></div><div><div><div>## Reference volume &quot;home2&quot; from remote server</div><div>volume home2</div><div> type protocol/client</div><div> option transport-type tcp/client</div>



<div> option remote-host 192.168.253.41      # IP address of remote host</div><div> option remote-subvolume posix-locks-home1     # use home1 on remote host</div><div> option transport-timeout 10           # value in seconds; it should be set relatively low</div>



<div>end-volume</div><div><br></div></div><div><div>### Create automatic file replication</div><div>volume home</div><div> type cluster/afr</div><div> option metadata-self-heal on</div><div> option read-subvolume posix-locks-home1</div>



<div>#  option favorite-child home2</div></div><div><div> subvolumes posix-locks-home1 home2</div><div>end-volume</div></div></div><div><br></div><div><br></div><div>glusterfsd.vol (server)<br><br></div><div><div>
<div>volume home1</div><div> type storage/posix                   # POSIX FS translator</div>
<div> option directory /media/storage        # Export this directory</div><div>end-volume</div><div><br></div><div>volume posix-locks-home1</div><div> type features/posix-locks</div><div> option mandatory-locks on</div><div>



 subvolumes home1</div><div>end-volume</div><div><br></div></div><div><div>### Add network serving capability to above home.</div><div>volume server</div><div> type protocol/server</div><div> option transport-type tcp</div>


<div> subvolumes posix-locks-home1</div>
<div> option auth.addr.posix-locks-home1.allow 192.168.253.41,127.0.0.1 # Allow access to &quot;home1&quot; volume</div><div>end-volume</div><div><br></div></div></div><div><div class="gmail_quote">2009/3/9 Krishna Srinivas <span dir="ltr">&lt;<a href="mailto:krishna@zresearch.com" target="_blank">krishna@zresearch.com</a>&gt;</span><div>


<div></div><div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Stats,<br>
<br>
I think there was nothing changed between rc2 and rc4 that could<br>
affect this functionality.<br>
<br>
Your vol files look fine, i will look into why it is not working.<br>
<br>
Do not use single process as both server and client as we saw issues<br>
related to locking. Can you see if using different processes for<br>
server and client works fine w.r.t replication?<br>
<br>
Also subvolumes list of all AFRs should be in same order (in your case<br>
its interchanged)<br>
<br>
Regards<br>
<font color="#888888">Krishna<br>
</font><div><div></div><div><br>
On Mon, Mar 9, 2009 at 5:44 PM, Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com" target="_blank">stas.oskin@gmail.com</a>&gt; wrote:<br>
&gt; Actually, I see a new version came out, rc4.<br>
&gt; Any idea if anything related was fixed?<br>
&gt; Regards.<br>
&gt; 2009/3/9 Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com" target="_blank">stas.oskin@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Was it working for your previously? Any other error logs on machine<br>
&gt;&gt;&gt; with afr? what version are you using? If it was working previously<br>
&gt;&gt;&gt; what changed in your setup recently? Can you paste your vol files<br>
&gt;&gt;&gt; (just to be sure)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Nope, it actually my first setup in lab. No errors - it just seems as not<br>
&gt;&gt; synchronizing anything. The version I&#39;m using is the latest one - 2 rc2.<br>
&gt;&gt; Perhaps I need to modify anything else in addition to GlusterFS<br>
&gt;&gt; installation - like file-systems attributes or something?<br>
&gt;&gt; The approach I&#39;m using is the one that was recommended by Kieth over<br>
&gt;&gt; direct emails (Keith, hope you don&#39;t mind me posting them :) ).<br>
&gt;&gt; The idea is basically to have single vol file both for client and for<br>
&gt;&gt; server, and to have one glusterfs process doing the job both as client and<br>
&gt;&gt; as server.<br>
&gt;&gt; Thanks for the help.<br>
&gt;&gt; Server 1:<br>
&gt;&gt; volume home1<br>
&gt;&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;&gt;  option directory /media/storage        # Export this directory<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; volume posix-locks-home1<br>
&gt;&gt;  type features/posix-locks<br>
&gt;&gt;  option mandatory-locks on<br>
&gt;&gt;  subvolumes home1<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt;&gt; volume home2<br>
&gt;&gt;  type protocol/client<br>
&gt;&gt;  option transport-type tcp/client<br>
&gt;&gt;  option remote-host 192.168.253.42      # IP address of remote host<br>
&gt;&gt;  option remote-subvolume posix-locks-home1     # use home1 on remote host<br>
&gt;&gt;  option transport-timeout 10           # value in seconds; it should be<br>
&gt;&gt; set relatively low<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ### Add network serving capability to above home.<br>
&gt;&gt; volume server<br>
&gt;&gt;  type protocol/server<br>
&gt;&gt;  option transport-type tcp<br>
&gt;&gt;  subvolumes posix-locks-home1<br>
&gt;&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.42,127.0.0.1 # Allow<br>
&gt;&gt; access to &quot;home1&quot; volume<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ### Create automatic file replication<br>
&gt;&gt; volume home<br>
&gt;&gt;  type cluster/afr<br>
&gt;&gt;  option metadata-self-heal on<br>
&gt;&gt;  option read-subvolume posix-locks-home1<br>
&gt;&gt; #  option favorite-child home2<br>
&gt;&gt;  subvolumes home2 posix-locks-home1<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Server 2:<br>
&gt;&gt;<br>
&gt;&gt; volume home1<br>
&gt;&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;&gt;  option directory /media/storage        # Export this directory<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; volume posix-locks-home1<br>
&gt;&gt;  type features/posix-locks<br>
&gt;&gt;  option mandatory-locks on<br>
&gt;&gt;  subvolumes home1<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt;&gt; volume home2<br>
&gt;&gt;  type protocol/client<br>
&gt;&gt;  option transport-type tcp/client<br>
&gt;&gt;  option remote-host 192.168.253.41      # IP address of remote host<br>
&gt;&gt;  option remote-subvolume posix-locks-home1     # use home1 on remote host<br>
&gt;&gt;  option transport-timeout 10           # value in seconds; it should be<br>
&gt;&gt; set relatively low<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ### Add network serving capability to above home.<br>
&gt;&gt; volume server<br>
&gt;&gt;  type protocol/server<br>
&gt;&gt;  option transport-type tcp<br>
&gt;&gt;  subvolumes posix-locks-home1<br>
&gt;&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.41,127.0.0.1 # Allow<br>
&gt;&gt; access to &quot;home1&quot; volume<br>
&gt;&gt; end-volume<br>
&gt;&gt;<br>
&gt;&gt; ### Create automatic file replication<br>
&gt;&gt; volume home<br>
&gt;&gt;  type cluster/afr<br>
&gt;&gt;  option metadata-self-heal on<br>
&gt;&gt;  option read-subvolume posix-locks-home1<br>
&gt;&gt; #  option favorite-child home2<br>
&gt;&gt;  subvolumes home2 posix-locks-home1<br>
&gt;&gt; end-volume<br>
</div></div></blockquote></div></div></div></div></blockquote></div></div></div></div></div></div>
</div></div></div></div>