Whamcloud - gitweb
LU-1203 Fix root_squash documentation for mdt
authorCliff White <cliffw@whamcloud.com>
Mon, 12 Mar 2012 16:32:25 +0000 (09:32 -0700)
committerCliff White <cliffw@whamcloud.com>
Mon, 12 Mar 2012 16:32:25 +0000 (09:32 -0700)
Replace 'mds' with 'mdt' in root_sqaush setup

Change-Id: I410c5078b3f0a44b3e40b7b7814e31c913a424ad

ManagingSecurity.xml

index c481e0d..371a691 100644 (file)
@@ -101,7 +101,7 @@ other::---</screen>
       <para>Root squash parameters can be set when the MDT is created (<literal>mkfs.lustre --mdt</literal>). For example:</para>
       <screen>mkfs.lustre --reformat --fsname=Lustre --mdt --mgs \
        --param &quot;mdt.root_squash=500:501&quot; \
-       --param &quot;mdt.nosquash_nids=&apos;0@elan1 192.168.1.[10,11]&apos;&quot; /dev/sda1</screen>
+       --param &quot;mdt.nosquash_nids=&apos;0@elan1 192.168.2.[10,11]&apos;&quot; /dev/sda1</screen>
       <para>Root squash parameters can also be changed on an unmounted device with <literal>tunefs.lustre</literal>. For example:</para>
       <screen>tunefs.lustre --param &quot;mdt.root_squash=65534:65534&quot;  \
 --param &quot;mds.nosquash_nids=192.168.0.13@tcp0&quot; /dev/sda1