<div dir="ltr">Hi.<br><br>Just tried this, server works but the client fails.<br><br>Here is the error that the client prints:<br><br>2009-03-15 14:21:51 E [glusterfsd.c:551:glusterfs_graph_init] glusterfs: no valid translator loaded at the top or no mount point given. exiting<br>
2009-03-15 14:21:51 E [glusterfsd.c:1127:main] glusterfs: translator initialization failed.  exiting<br><br><br>Two possible reasons I can think of:<br><br>1) The volume is always home1 on both the servers, while in client file both home1 and home2 are referenced. Shouldn&#39;t the .42 have home2 defined as it&#39;s volume? Or it doesn&#39;t matter, as home2 is client-only volume label?<br>
<br>2) The &quot;/media/directory&quot; is a regular directory on disk. Should it be a mount or something else?<br><br>3) I&#39;m using stock kernel without any modifications. Nor I did any changes to filesystems for extended attributes (using ext3). Would fuse work without any problems?<br>
<br>Thanks!<br><br><div class="gmail_quote">2009/3/12 Krishna Srinivas <span dir="ltr">&lt;<a href="mailto:krishna@zresearch.com">krishna@zresearch.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;">
server.vol :<br>
-----<br>
<div class="im">volume home1<br>
 type storage/posix                   # POSIX FS translator<br>
 option directory /media/storage        # Export this directory<br>
end-volume<br>
<br>
volume posix-locks-home1<br>
 type features/posix-locks<br>
 option mandatory-locks on<br>
 subvolumes home1<br>
end-volume<br>
<br>
### Add network serving capability to above home.<br>
volume server<br>
 type protocol/server<br>
 option transport-type tcp<br>
 subvolumes posix-locks-home1<br>
</div> option auth.addr.posix-locks-home1.allow * # Allow access to &quot;home1&quot; volume<br>
end-volume<br>
<br>
----------<br>
<br>
client.vol:<br>
---------<br>
<br>
## Reference volume &quot;home1&quot; from remote server<br>
volume home1<br>
<div class="im"> type protocol/client<br>
 option transport-type tcp/client<br>
 option remote-host 192.168.253.41      # IP address of remote host<br>
 option remote-subvolume posix-locks-home1     # use home1 on remote host<br>
 option transport-timeout 10           # value in seconds; it should<br>
be set relatively low<br>
end-volume<br>
<br>
</div><div class="im">## Reference volume &quot;home2&quot; from remote server<br>
volume home2<br>
 type protocol/client<br>
 option transport-type tcp/client<br>
 option remote-host 192.168.253.42      # IP address of remote host<br>
 option remote-subvolume posix-locks-home1     # use home1 on remote host<br>
 option transport-timeout 10           # value in seconds; it should<br>
be set relatively low<br>
end-volume<br>
<br>
</div><div class="im">volume home<br>
 type cluster/afr<br>
 option metadata-self-heal on<br>
</div> subvolumes home1 home2<br>
end-volume<br>
<br>
--------<br>
<br>
Make sure the IP addresses are correct.<br>
You can use the same server.vol and client.vol for both the machines.<br>
(assuming you have backend directory names same)<br>
<font color="#888888"><br>
Krishna<br>
</font><div><div></div><div class="h5"><br>
On Thu, Mar 12, 2009 at 8:28 PM, Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com">stas.oskin@gmail.com</a>&gt; wrote:<br>
&gt; Hi.<br>
&gt;<br>
&gt; Did you mean to change their order to become something like this?<br>
&gt;<br>
&gt; Otherwise can you please just post the correct version? I&#39;m not quite<br>
&gt; familiar with the syntax, and will appreciate an example I can work and<br>
&gt; learn from.<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt;<br>
&gt; glusterfs.vol (client)<br>
&gt; ### Create automatic file replication<br>
&gt; volume home<br>
&gt;  type cluster/afr<br>
&gt;  option metadata-self-heal on<br>
&gt;  option read-subvolume posix-locks-home1<br>
&gt; #  option favorite-child home2<br>
&gt;  subvolumes posix-locks-home1 home2<br>
&gt; end-volume<br>
&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt; volume home2<br>
&gt;  type protocol/client<br>
&gt;  option transport-type tcp/client<br>
&gt;  option remote-host 192.168.253.41      # IP address of remote host<br>
&gt;  option remote-subvolume posix-locks-home1     # use home1 on remote host<br>
&gt;  option transport-timeout 10           # value in seconds; it should be set<br>
&gt; relatively low<br>
&gt; end-volume<br>
&gt;<br>
&gt; glusterfsd.vol (server)<br>
&gt;<br>
&gt; ### Add network serving capability to above home.<br>
&gt; volume server<br>
&gt;  type protocol/server<br>
&gt;  option transport-type tcp<br>
&gt;  subvolumes posix-locks-home1<br>
&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.41,127.0.0.1 # Allow<br>
&gt; access to &quot;home1&quot; volume<br>
&gt; end-volume<br>
&gt; volume posix-locks-home1<br>
&gt;  type features/posix-locks<br>
&gt;  option mandatory-locks on<br>
&gt;  subvolumes home1<br>
&gt; end-volume<br>
&gt; volume home1<br>
&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;  option directory /media/storage        # Export this directory<br>
&gt; end-volume<br>
&gt; Regards.<br>
&gt;<br>
&gt; 2009/3/12 Krishna Srinivas &lt;<a href="mailto:krishna@zresearch.com">krishna@zresearch.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi Stats,<br>
&gt;&gt; Excuse me for missing out on this mail.<br>
&gt;&gt;<br>
&gt;&gt; Your vol files for having 2 servers and 2 clients are incorrect.<br>
&gt;&gt;<br>
&gt;&gt; on server vol (both the machines) you need to have:<br>
&gt;&gt; protocol/server -&gt; features/locks -&gt; storage/posix<br>
&gt;&gt;<br>
&gt;&gt; On client vol (both the machines) you need to have:<br>
&gt;&gt; cluster/afr -&gt; (two protocol/clients)<br>
&gt;&gt;<br>
&gt;&gt; each of the protocol/clients connect to each of the servers.<br>
&gt;&gt;<br>
&gt;&gt; You would use the client vol to mount the glusterfs.<br>
&gt;&gt;<br>
&gt;&gt; Let us know if you still face problems.<br>
&gt;&gt;<br>
&gt;&gt; Krishna<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Mar 10, 2009 at 1:32 AM, Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com">stas.oskin@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi.<br>
&gt;&gt; &gt; The boxes participating in AFR are running OpenVZ host kernels - can it<br>
&gt;&gt; &gt; be<br>
&gt;&gt; &gt; related in any way to the issue?<br>
&gt;&gt; &gt; Regards.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2009/3/9 Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com">stas.oskin@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Hi.<br>
&gt;&gt; &gt;&gt; These are my new 2 vol files, one for client and one for server.<br>
&gt;&gt; &gt;&gt; Can you advice if they are correct?<br>
&gt;&gt; &gt;&gt; Thanks in advance.<br>
&gt;&gt; &gt;&gt; glusterfs.vol (client)<br>
&gt;&gt; &gt;&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt;&gt; &gt;&gt; volume home2<br>
&gt;&gt; &gt;&gt;  type protocol/client<br>
&gt;&gt; &gt;&gt;  option transport-type tcp/client<br>
&gt;&gt; &gt;&gt;  option remote-host 192.168.253.41      # IP address of remote host<br>
&gt;&gt; &gt;&gt;  option remote-subvolume posix-locks-home1     # use home1 on remote<br>
&gt;&gt; &gt;&gt; host<br>
&gt;&gt; &gt;&gt;  option transport-timeout 10           # value in seconds; it should be<br>
&gt;&gt; &gt;&gt; set relatively low<br>
&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt; ### Create automatic file replication<br>
&gt;&gt; &gt;&gt; volume home<br>
&gt;&gt; &gt;&gt;  type cluster/afr<br>
&gt;&gt; &gt;&gt;  option metadata-self-heal on<br>
&gt;&gt; &gt;&gt;  option read-subvolume posix-locks-home1<br>
&gt;&gt; &gt;&gt; #  option favorite-child home2<br>
&gt;&gt; &gt;&gt;  subvolumes posix-locks-home1 home2<br>
&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; glusterfsd.vol (server)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; volume home1<br>
&gt;&gt; &gt;&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;&gt; &gt;&gt;  option directory /media/storage        # Export this directory<br>
&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt; volume posix-locks-home1<br>
&gt;&gt; &gt;&gt;  type features/posix-locks<br>
&gt;&gt; &gt;&gt;  option mandatory-locks on<br>
&gt;&gt; &gt;&gt;  subvolumes home1<br>
&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt; ### Add network serving capability to above home.<br>
&gt;&gt; &gt;&gt; volume server<br>
&gt;&gt; &gt;&gt;  type protocol/server<br>
&gt;&gt; &gt;&gt;  option transport-type tcp<br>
&gt;&gt; &gt;&gt;  subvolumes posix-locks-home1<br>
&gt;&gt; &gt;&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.41,127.0.0.1 #<br>
&gt;&gt; &gt;&gt; Allow<br>
&gt;&gt; &gt;&gt; access to &quot;home1&quot; volume<br>
&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt; 2009/3/9 Krishna Srinivas &lt;<a href="mailto:krishna@zresearch.com">krishna@zresearch.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Stats,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I think there was nothing changed between rc2 and rc4 that could<br>
&gt;&gt; &gt;&gt;&gt; affect this functionality.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Your vol files look fine, i will look into why it is not working.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Do not use single process as both server and client as we saw issues<br>
&gt;&gt; &gt;&gt;&gt; related to locking. Can you see if using different processes for<br>
&gt;&gt; &gt;&gt;&gt; server and client works fine w.r.t replication?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Also subvolumes list of all AFRs should be in same order (in your case<br>
&gt;&gt; &gt;&gt;&gt; its interchanged)<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Regards<br>
&gt;&gt; &gt;&gt;&gt; Krishna<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Mon, Mar 9, 2009 at 5:44 PM, Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com">stas.oskin@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Actually, I see a new version came out, rc4.<br>
&gt;&gt; &gt;&gt;&gt; &gt; Any idea if anything related was fixed?<br>
&gt;&gt; &gt;&gt;&gt; &gt; Regards.<br>
&gt;&gt; &gt;&gt;&gt; &gt; 2009/3/9 Stas Oskin &lt;<a href="mailto:stas.oskin@gmail.com">stas.oskin@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Hi.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; Was it working for your previously? Any other error logs on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; machine<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; with afr? what version are you using? If it was working previously<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; what changed in your setup recently? Can you paste your vol files<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;&gt; (just to be sure)<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Nope, it actually my first setup in lab. No errors - it just seems<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; as<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; not<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; synchronizing anything. The version I&#39;m using is the latest one - 2<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; rc2.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Perhaps I need to modify anything else in addition to GlusterFS<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; installation - like file-systems attributes or something?<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; The approach I&#39;m using is the one that was recommended by Kieth<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; over<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; direct emails (Keith, hope you don&#39;t mind me posting them :) ).<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; The idea is basically to have single vol file both for client and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; for<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; server, and to have one glusterfs process doing the job both as<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; client<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; and<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; as server.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Thanks for the help.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Server 1:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option directory /media/storage        # Export this directory<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type features/posix-locks<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option mandatory-locks on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home2<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type protocol/client<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-type tcp/client<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option remote-host 192.168.253.42      # IP address of remote host<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option remote-subvolume posix-locks-home1     # use home1 on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; remote<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; host<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-timeout 10           # value in seconds; it<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; should<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; be<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; set relatively low<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ### Add network serving capability to above home.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type protocol/server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-type tcp<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.42,127.0.0.1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; #<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Allow<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; access to &quot;home1&quot; volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ### Create automatic file replication<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type cluster/afr<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option metadata-self-heal on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option read-subvolume posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; #  option favorite-child home2<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes home2 posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Server 2:<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type storage/posix                   # POSIX FS translator<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option directory /media/storage        # Export this directory<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type features/posix-locks<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option mandatory-locks on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ## Reference volume &quot;home2&quot; from remote server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home2<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type protocol/client<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-type tcp/client<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option remote-host 192.168.253.41      # IP address of remote host<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option remote-subvolume posix-locks-home1     # use home1 on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; remote<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; host<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-timeout 10           # value in seconds; it<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; should<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; be<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; set relatively low<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ### Add network serving capability to above home.<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type protocol/server<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option transport-type tcp<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option auth.addr.posix-locks-home1.allow 192.168.253.41,127.0.0.1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; #<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; Allow<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; access to &quot;home1&quot; volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; ### Create automatic file replication<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; volume home<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  type cluster/afr<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option metadata-self-heal on<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  option read-subvolume posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; #  option favorite-child home2<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt;  subvolumes home2 posix-locks-home1<br>
&gt;&gt; &gt;&gt;&gt; &gt;&gt; end-volume<br>
&gt;&gt; &gt;<br>
&gt;<br>
</div></div></blockquote></div></div>