From f41968bb9e82836a06ffcd5fd3ed6a04b9273545 Mon Sep 17 00:00:00 2001 From: Emoly Liu Date: Thu, 12 May 2016 09:57:15 +0800 Subject: [PATCH] LU-8098 doc: add "lfs mdts" to lfs main man page Add "lfs mdts" to lfs.1. Test-Parameters: trivial Signed-off-by: Emoly Liu Change-Id: I0da79a56025b58bd32bdcee35c36e7021d69194f Reviewed-on: http://review.whamcloud.com/20080 Reviewed-by: Giuseppe Di Natale Reviewed-by: Bob Glossman Tested-by: Jenkins Reviewed-by: Oleg Drokin --- lustre/doc/lfs.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index 0eda194..522c38a 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -59,6 +59,9 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .B lfs osts .RB [ path ] .br +.B lfs mdts +.RB [ path ] +.br .B lfs path2fid [--parents] ... .br .B lfs pool_list [.] | @@ -368,6 +371,9 @@ Check the status of all servers (MDT, OST) .B $ lfs osts List all the OSTs .TP +.B $ lfs mdts +List all the MDTs +.TP .B $ lfs df -h Lists space usage per OST and MDT in human readable format. .TP -- 1.8.3.1