From aad28cd46c95948fcc19f9a6c7d1a06ca3e32776 Mon Sep 17 00:00:00 2001 From: Ashley Pittman Date: Fri, 16 May 2014 15:50:16 +0100 Subject: [PATCH] LUDOC-11: Fix the changelog_register command example. Change-Id: I17da3e6b93e5db1fa41d101f22e19c3076f28849 Signed-off-by: Ashley Pittman Reviewed-on: http://review.whamcloud.com/10350 Tested-by: Jenkins Reviewed-by: Richard Henwood --- LustreMonitoring.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LustreMonitoring.xml b/LustreMonitoring.xml index 6137e71..a1ee93c 100644 --- a/LustreMonitoring.xml +++ b/LustreMonitoring.xml @@ -190,7 +190,7 @@ Working with Changelogs Because changelog records take up space on the MDT, the system administration must register changelog users. The registrants specify which records they are "done with", and the system purges up to the greatest common record. To register a new changelog user, run: - lctl --device /dev/mdt_device changelog_register + lctl --device fsname-MDTnumber changelog_register Changelog entries are not purged beyond a registered user's set point (see lfs changelog_clear). -- 1.8.3.1