QuickStart Unix: use dafs type and name for demand attach file services
authorRod Widdowson <rdw@steadingsoftware.com>
Fri, 29 Oct 2010 18:57:50 +0000 (19:57 +0100)
committerDerrick Brashear <shadow@dementia.org>
Fri, 29 Oct 2010 19:05:22 +0000 (12:05 -0700)
bos create <machine name> dafs dafs [...] (not fs).

Change-Id: I7c06666da4733144ec0709f2783dcb431c6a5891
Reviewed-on: http://gerrit.openafs.org/3197
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

doc/xml/QuickStartUnix/auqbg005.xml

index 19106b3..e756422 100644 (file)
@@ -3717,7 +3717,7 @@ Entry for principal afs/&lt;<replaceable>cell name</replaceable>&gt; with kvno 3
               <para>If you are planning on running the Demand-Attach File Server, create the <emphasis
               role="bold">dafs</emphasis> process:
                  <programlisting>
-   # <emphasis role="bold">./bos create</emphasis>  &lt;<replaceable>machine name</replaceable>&gt; <emphasis role="bold">fs fs /usr/afs/bin/dafileserver</emphasis>   \
+   # <emphasis role="bold">./bos create</emphasis>  &lt;<replaceable>machine name</replaceable>&gt; <emphasis role="bold">dafs dafs /usr/afs/bin/dafileserver</emphasis>   \
                    <emphasis role="bold">/usr/afs/bin/davolserver /usr/afs/bin/salvageserver</emphasis> \
                    <emphasis role="bold">/usr/afs/bin/salvager</emphasis> <emphasis role="bold">-noauth</emphasis>   
 </programlisting></para>