From 1df96c4acbdc8c6bfec2437ad86527b3f6fd22a5 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 28 Jun 2006 20:43:48 +0000 Subject: [PATCH] Branch b1_5 b=8007 fix incorrect comment --- lustre/utils/mkfs_lustre.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index 295d2fa..806b746 100644 --- a/lustre/utils/mkfs_lustre.c +++ b/lustre/utils/mkfs_lustre.c @@ -88,7 +88,8 @@ void usage(FILE *out) "\t\t--failnode=[,<...>] : NID(s) of a failover partner\n" #ifndef TUNEFS /* Use lctl conf_param on a live system, not tunefs. - Currently, new/modified params written here are ignored */ + Currently, new/modified params written here are checked + only on the first mount. */ "\t\t--param = : set a permanent parameter\n" "\t\t\te.g. --param sys.timeout=40\n" "\t\t\t --param lov.stripe.size=4194304\n" -- 1.8.3.1