From 5371316475beabddc5275683d1225873cb014c8b Mon Sep 17 00:00:00 2001 From: Joseph Gmitter Date: Thu, 1 Sep 2016 16:49:04 -0400 Subject: [PATCH] LUDOC-351 fix: Correction for lctl get_param version typo This patch will correct the typo for lctl get_param version. The manual incorrectly had "lfs" instead of "lcdl" when directing the user to check the Lustre version. Signed-off-by: Joseph Gmitter Change-Id: I0d88b147cd099a5767ce7e258f0cd3fa324e9408 Reviewed-on: http://review.whamcloud.com/22276 Tested-by: Jenkins Reviewed-by: Andreas Dilger --- ConfiguringQuotas.xml | 2 +- Revision.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfiguringQuotas.xml b/ConfiguringQuotas.xml index 0402b02..d63cb30 100644 --- a/ConfiguringQuotas.xml +++ b/ConfiguringQuotas.xml @@ -88,7 +88,7 @@ quite file system. this, it is necessary to begin enabling quotas by enabling quotas on the back-end disk system. Because quota setup is dependent on the Lustre software version in use, you may first need to run - lfs get_param version to identify + lctl get_param version to identify you are currently using.
diff --git a/Revision.xml b/Revision.xml index 6d79255..bb0065c 100644 --- a/Revision.xml +++ b/Revision.xml @@ -25,8 +25,8 @@ for multiple metadata servers. The current version of Lustre that is in use on the client can be found using the command - lfs get_param version, for example: - $ lfs get_param version + lctl get_param version, for example: + $ lctl get_param version version= lustre: 2.7.59 kernel: patchless_client -- 1.8.3.1