From 690f1b67f7c0b8f514dee00d14935315a14151f7 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Fri, 18 Oct 2024 15:08:23 -0400 Subject: [PATCH] LU-18381 doc: Fix example in lctl-nodemap-modify.8 Use valid string in example instead of string that "currently works" Test-Parameters: trivial Fixes: 8a770616a5ad ("LU-14797 sec: add projid to nodemap") Signed-off-by: Nathaniel Clark Change-Id: Ia3f55510ad398acb3729acfad174ade9e060a2ae Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56735 Tested-by: Maloo Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Maximilian Dilger Reviewed-by: Sebastien Buisson Reviewed-by: Oleg Drokin --- lustre/doc/lctl-nodemap-modify.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/lctl-nodemap-modify.8 b/lustre/doc/lctl-nodemap-modify.8 index be82213..8b96389 100644 --- a/lustre/doc/lctl-nodemap-modify.8 +++ b/lustre/doc/lctl-nodemap-modify.8 @@ -110,7 +110,7 @@ The value to set for the property. Should be 0 or 1 for admin and trusted. .EX .B # lctl nodemap_modify --name remotesite --property trusted --value 1 .B # lctl nodemap_modify --name remotesite --property admin --value 1 -.B # lctl nodemap_modify --name remotesite --property map_mode --value uid_only +.B # lctl nodemap_modify --name remotesite --property map_mode --value uid .B # lctl nodemap_modify --name othersite --property squash_uid --value 101 .EE .SH AVAILABILITY -- 1.8.3.1