Whamcloud - gitweb
LU-18381 doc: Fix example in lctl-nodemap-modify.8 35/56735/3
authorNathaniel Clark <nclark@whamcloud.com>
Fri, 18 Oct 2024 19:08:23 +0000 (15:08 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 2 Dec 2024 05:54:02 +0000 (05:54 +0000)
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 <nclark@whamcloud.com>
Change-Id: Ia3f55510ad398acb3729acfad174ade9e060a2ae
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56735
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Maximilian Dilger <mdilger@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/lctl-nodemap-modify.8

index be82213..8b96389 100644 (file)
@@ -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