From 24d5179a391270559a6eed5e68a325938abc684e Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Mon, 14 May 2012 13:02:42 -0700 Subject: [PATCH] LU-1364 utils: add lfs 'poollist' subcommand Instead of adding a new subcommand this updates the lfs man page. pool_list is the preferred usage, we just make all the docs match. Signed-off-by: Bob Glossman Change-Id: I3f0a6692923e4ff8359afc8a3558ee404ffc4365 Reviewed-on: http://review.whamcloud.com/2734 Reviewed-by: Andreas Dilger Tested-by: Hudson Reviewed-by: Richard Henwood Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/doc/lfs.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index 4e093e7..4e703e8 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -40,7 +40,7 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .B lfs osts .RB [ path ] .br -.B lfs poollist [.] | +.B lfs pool_list [.] | .br .B lfs quota [-q] [-v] [-o obd_uuid|-I ost_idx|-i mdt_idx] [-u | -u |-g | -g ] .br @@ -196,7 +196,7 @@ must be part of the pool or an error will be returned. .B setstripe -d Delete the default striping on the specified directory. .TP -.B poollist +.B pool_list .RI { filesystem }[ .poolname "] | {" pathname } List the pools in .I filesystem -- 1.8.3.1