i want to keen a copy of namespace on each server ~~~ <br><br><div class="gmail_quote">2009/7/31 Yi Ling <span dir="ltr">&lt;<a href="http://lingyi.pro">lingyi.pro</a>@<a href="http://gmail.com">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;"><br><br>
<div><span class="gmail_quote">2009/7/31, Raghavendra G &lt;<a href="mailto:raghavendra@gluster.com" target="_blank">raghavendra@gluster.com</a>&gt;:</span><div><div></div><div class="h5">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hi,<br><br><br><br>On Fri, Jul 31, 2009 at 12:28 PM, Yi Ling&lt;<a href="http://lingyi.pro" target="_blank">lingyi.pro</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt; wrote:<br>


&gt; there are 3 servers and a client in my clustered system. there are 2<br>&gt; exported directories on each server, one for storage,the other for<br>&gt; namespace. volume files for both servers and client are as follow.<br>


&gt;<br>&gt; after all servers and client connecting sucessfully, i stop server 1. when i<br>&gt; simply run &#39;ls&#39; on mount point of the client, my computer (where client is<br>&gt; running ) hang without any response to keyboard and mouse.  is that a<br>


&gt; failure of a single point ??<br><br>Is the namespace is on server1? in that case you should get a<br>&quot;Transport Endpoint not connected&quot; within (2 * transport-timeout)<br>seconds.<br><br>transport-timeout is configured in client-protocol.<br>


<br>&gt;<br>&gt; im gussing it&#39;s a bug.   anybody could tell why? thank you ~~~<br>&gt;<br>&gt; _______________________________________________<br>&gt; Gluster-devel mailing list<br>&gt; <a href="mailto:Gluster-devel@nongnu.org" target="_blank">Gluster-devel@nongnu.org</a><br>


&gt; <a href="http://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">http://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>&gt;<br>&gt;<br><br><br><br>--<br>Raghavendra G<br></blockquote></div></div>
</div>
<div><br> </div>
<div>in my sheme, each server has a namespace volume. in the client volume file, i make a afr translator attach to them. the volume file of client is as follow:</div>
<div><b style="color: rgb(255, 0, 0);"><br>################volfile begins#####################</b><br> volume client1<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.11<br>

        option remote-port 6996<br>        option remote-subvolume brick<br>end-volume<br><br>volume client1-ns<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.11<br>

        option remote-port 6996<br>        option remote-subvolume brick-ns<br>end-volume<br><br>volume client2<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.12<br>

        option remote-port 6996<br>        option remote-subvolume brick<br>end-volume<br><br>volume client2-ns<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.12<br>

        option remote-port 6996<br>        option remote-subvolume brick-ns<br>end-volume<br><br>volume client3<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.13<br>

        option remote-port 6996<br>        option remote-subvolume brick<br>end-volume<br><br>volume client3-ns<br>        type protocol/client<br>        option transport-type tcp/client<br>        option remote-host 192.168.1.13<br>

        option remote-port 6996<br>        option remote-subvolume brick-ns<br>end-volume<br><br>volume clients-ns<br>        type cluster/afr<br>        subvolumes client1-ns client2-ns client3-ns<br>end-volume<br><br>volume unify<br>

        type cluster/unify<br>        subvolumes client1 client2 client3<br>        option namespace clients-ns<br>        option scheduler rr<br>end-volume<br><b style="color: rgb(255, 0, 0);"><br>################volfile ends#####################</b><br>

<br>i don&#39;t think it is wrong ~~~ if wrong, correct me~~~ thanks~~~<br><br></div>
</blockquote></div><br>