From aebc28eea71a63e07b6de71e02b945b905da5386 Mon Sep 17 00:00:00 2001 From: Etienne AUJAMES Date: Fri, 17 Jan 2025 16:21:49 +0100 Subject: [PATCH] LU-18653 utils: add "--clear-fixed" to "lfs migrate" help Add the "--clear-fixed" option to the "lfs migrate" help string. And correct the lfs-migrate.1 manpage: s/LMV_HASH_FIXED_FLAG/LMV_HASH_FLAG_FIXED/ Test-Parameters: trivial Fixes: 392f558f40 ("LU-17810 dne: dir restripe without fixed hash flag") Signed-off-by: Etienne AUJAMES Change-Id: Ie5db5264777b036043f73453f22bebdf58f8ebcd Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57814 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin --- lustre/utils/lfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 7ace058..30ddfad 100755 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -633,6 +633,7 @@ command_t cmdlist[] = { " [--mdt-overcount|-C OVERSTRIPE_COUNT\n" " [--directory|-d] [--mdt-hash|-H HASH_TYPE]\n" " [--mdt-index|-m START_MDT_INDEX] [--verbose|-v]\n" + " [--clear-fixed]\n" " DIRECTORY\n" "\n" "migrate file objects from one OST layout to another\n" -- 1.8.3.1