<div dir="ltr">Actually, reviewing the option, I now understand that actually need to mount the disks and then include the mounting points in GlusterFS volume.<br><br>Is this correct?<br><br><div class="gmail_quote">2008/12/29 Stas Oskin <span dir="ltr">&lt;<a href="mailto:stas.oskin@gmail.com">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.<br><br>Thanks a lot, I will test and adapt it to my needs.<br><br>Just one question - &quot;option directory /disk1&quot; means it would work straight from the disk, and no mounting is needed?<br>
<br>Regards.<br>
<br><div class="gmail_quote">2008/12/29 Basavanagowda Kanur <span dir="ltr">&lt;<a href="mailto:gowda@zresearch.com" target="_blank">gowda@zresearch.com</a>&gt;</span><div><div></div><div class="Wj3C7c"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

simple server configuration for AFR over two storage directories would look like this:<br>volume storage-1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type storage/posix<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option directory /disk1<br>end-volume<br><br>volume locks-1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type features/locks<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subvolumes storage-1<br>end-volume<br><br>volume storage-2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type storage/posix<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option directory /disk2<br>end-volume<br><br>volume locks-2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type features/posix-locks<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subvolumes storage-2<br>


end-volume<br><br>volume afr-1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type cluster/afr<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subvolumes locks-1 locks-2<br>end-volume<br><br>volume server<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type protocol/server<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option transport-type tcp<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option auth.addr.afr-1.allow *<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subvolumes afr-1<br>end-volume<br><br>volume afr-2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type protocol/client<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option remote-subvolume afr-2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option remote-host &lt;host-ip-address&gt;<br>end-volume<br><br>volume nufa<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type cluster/nufa<br>


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option local-volume-name afr-1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subvolumes afr-1 afr-2<br>end-volume<br><br>PS: this is a template, you need to specify ip-address &amp; port numbers according to your settings.<br><font color="#888888"><br>

--<br>gowda<br><br>
</font></blockquote></div></div></div></blockquote></div></div>