From b3a16f48feb4e03d9e1d709478b442fd0ec4029e Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Mon, 30 Apr 2018 12:06:12 +0800 Subject: [PATCH] LU-10965 doc: add mirror options to "lfs find" in lfs.1 This patch adds the following mirror related search options to "lfs find" command in lfs man page: [[!] --mirror-count|-N [+-]n] [[!] --mirror-state <[^]state>] The usage of the options are explained in separate "lfs find" man page. Change-Id: I13c19be01cb050cd5035d9058bbd6fc7d2f50564 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/32201 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Bobi Jam --- lustre/doc/lfs.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index ea4dcb8..5390b17 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -23,6 +23,8 @@ lfs \- client utility for Lustre-specific file layout and other attributes [[\fB!\fR] \fB--component-flags|\fB--comp-flags\fR <[\fB^\fR]\fIflag\fB,\fR...>] [[\fB!\fR] \fB--component-end|\fB--comp-end\fR|\fB-E\fR [\fB+-\fR]\fIn\fR[\fBKMGTPE\fR]] [[\fB!\fR] \fB--component-start|\fB--comp-start\fR [\fB+-\fR]\fIn\fR[\fBKMGTPE\fR]] + [[\fB!\fR] \fB--mirror-count|\fB-N\fR [\fB+-\fR]\fIn\fR] + [[\fB!\fR] \fB--mirror-state\fR <[^]\fIstate\fR>] [[\fB!\fR] \fB--gid\fR|\fB-g\fR|\fB--group\fR|\fB-G\fR <\fIgname\fR>|<\fIgid\fR>] [[\fB!\fR] \fB--layout\fR|\fB-L mdt\fR,\fBraid0\fR,\fBreleased\fR] [\fB--maxdepth\fR|\fB-D\fI n\fR] -- 1.8.3.1