Whamcloud - gitweb
LUDOC-11: Fix the changelog_register command example. 50/10350/2
authorAshley Pittman <apittman@ddn.com>
Fri, 16 May 2014 14:50:16 +0000 (15:50 +0100)
committerRichard Henwood <richard.henwood@intel.com>
Wed, 21 May 2014 19:07:25 +0000 (19:07 +0000)
Change-Id: I17da3e6b93e5db1fa41d101f22e19c3076f28849
Signed-off-by: Ashley Pittman <apittman@ddn.com>
Reviewed-on: http://review.whamcloud.com/10350
Tested-by: Jenkins
Reviewed-by: Richard Henwood <richard.henwood@intel.com>
LustreMonitoring.xml

index 6137e71..a1ee93c 100644 (file)
@@ -190,7 +190,7 @@ Working with Changelogs</title>
         </title>
         <para>Because changelog records take up space on the MDT, the system administration must register changelog users. The registrants specify which records they are &quot;done with&quot;, and the system purges up to the greatest common record.</para>
         <para>To register a new changelog user, run:</para>
-        <screen>lctl --device /dev/<replaceable>mdt_device</replaceable> changelog_register
+        <screen>lctl --device <replaceable>fsname</replaceable>-<replaceable>MDTnumber</replaceable> changelog_register
 </screen>
         <para>Changelog entries are not purged beyond a registered user&apos;s set point (see <literal>lfs changelog_clear</literal>).</para>
       </section>