From e7aa83d105547608130c53c5abc0bb370a1dc1bc Mon Sep 17 00:00:00 2001 From: Xing Huang Date: Mon, 28 Nov 2022 19:29:32 +0800 Subject: [PATCH] LU-16344 docs: Improve explaination in manual of lfs-getstripe Modify the --ost|-O explaination in manual of lfs-getstripe. Test-Parameters: trivial Signed-off-by: Xing Huang Change-Id: I0b99906d07ac23126914d75c70efe4899069d507 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/49256 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Li Xi Reviewed-by: Oleg Drokin --- lustre/doc/lfs-getstripe.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/doc/lfs-getstripe.1 b/lustre/doc/lfs-getstripe.1 index aa3a8df..8d90c3e 100644 --- a/lustre/doc/lfs-getstripe.1 +++ b/lustre/doc/lfs-getstripe.1 @@ -217,7 +217,7 @@ If neither is used, it means 'equal to \fIid\fR'. .RE .TP .BR --ost | -O -Print the starting OST index for the file layout. +Print only the components located on a specific OST. .TP .BR --pool | -p Print only the OST pool name on which the file was created. -- 1.8.3.1