From 3bca0973cca3d50f9f0b1b3e22fcc5d82a40d5fe Mon Sep 17 00:00:00 2001 From: Sebastien Piechurski Date: Fri, 16 Apr 2021 22:37:50 +0200 Subject: [PATCH] LU-14619 utils: mount.lustre max_sectors_kb help message Document the max_sectors_kb option in the usage message of mount.lustre. Test-Parameters: trivial=true Signed-off-by: Sebastien Piechurski Change-Id: I6fda43c17877b471fead4dbae1045cf82bd621d9 Reviewed-on: https://review.whamcloud.com/43350 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: James Simmons --- lustre/utils/mount_lustre.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index 9c266e6..facf6af 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -104,6 +104,8 @@ void usage(FILE *out) "\t\tnomgs: only start target MDS/OSS, using existing MGS\n" "\t\tnoscrub: do NOT auto start OI scrub unless requested\n" "\t\tskip_lfsck: do NOT auto resume paused/crashed LFSCK\n" + "\t\tmax_sectors_kb=: set device max_sectors_kb to size or leaves it untouched if size=0\n" + "\t\t\tIf not specified, device max_sectors_kb will be set to max_hw_sectors_kb\n" "\t\tmd_stripe_cache_size=: set MD RAID device stripe cache size\n" "\t: one or more comma separated client options:\n" "\t\texclude=[:]: list of inactive OSTs (e.g. lustre-OST0001)\n" -- 1.8.3.1