Whamcloud - gitweb
EX-6379 lipe: add dump_fids option in help
authorAlexandre Ioffe <aioffe@ddn.com>
Tue, 15 Nov 2022 07:16:25 +0000 (23:16 -0800)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 16 Nov 2022 06:26:31 +0000 (06:26 +0000)
Added missing dump_fids command line option in
command line help

Signed-off-by: Alexandre Ioffe <aioffe@ddn.com>
Test-Parameters: trivial testlist=hot-pools
Change-Id: I197fb7beb3e8712736fa29bb49d2df1ee4517616
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/49161
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Colin Faber <cfaber@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lipe/src/lpurge.c

index 74a9e25..10b8b35 100644 (file)
@@ -271,6 +271,7 @@ static void usage(void)
               "\t-t, --scan_threads, scanning threads (default: %u)\n"
               "\t--timestamps, add timestamp to log messages (default: no)\n"
               "\t-w, --dump, stats file (via USR1 signal, default: %s)\n"
+              "\t--dump_fids, JSON stats file (via USR2 signal, default: %s)\n"
               "\t--version, print version information and exit\n",
               program_invocation_short_name,
               DEF_INTERVAL,
@@ -281,7 +282,8 @@ static void usage(void)
               DEF_SCAN_RATE,
               DEF_SLOT_SIZE,
               DEF_SCAN_THREADS,
-              LPURGE_DUMPFILE);
+              LPURGE_DUMPFILE,
+              LPURGE_FIDS_DUMPFILE);
 
 
        printf("Usage: %s -f <config file>\n",