From: robert.read Date: Thu, 17 Sep 2009 00:16:59 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_270~41 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=6bddeeb08280eff63f8898b6e62be06b362c9eae;p=fs%2Flustre-release.git Branch HEAD b=16208 Add missing lshowmount man page to HEAD. --- diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index 2b50aac..442882d 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -48,7 +48,7 @@ SUFFIXES = .lin .lyx .pdf .ps .sgml .html .txt .tex .fig .eps .dvi MANFILES = lustre.7 lfs.1 mount.lustre.8 mkfs.lustre.8 tunefs.lustre.8 lctl.8 \ llverdev.8 llbackup.8 llapi_quotactl.3 llobdstat.8 llstat.8 \ - plot-llstat.8 l_getgroups.8 lst.8 routerstat.8 \ + plot-llstat.8 l_getgroups.8 lst.8 routerstat.8 lshowmount.8 \ ll_recover_lost_found_objs.8 llog_reader.8 llapi_file_open.3 \ llapi_file_create.3 llapi_file_get_stripe.3 liblustreapi.7 diff --git a/lustre/doc/lshowmount.8 b/lustre/doc/lshowmount.8 new file mode 100644 index 0000000..a2ad08e --- /dev/null +++ b/lustre/doc/lshowmount.8 @@ -0,0 +1,43 @@ +.TH LSHOWMOUNT 8 Lustre LLNL LSHOWMOUNT +.SH NAME +lshowmount \- show lustre exports +.SH SYNOPSIS +.B "lshowmount [-ehlv]" +.br +.SH DESCRIPTION +.B lshowmount +Utility to show the hosts that have lustre currently mounted to a server. +Ths utility looks for any exports from the mgs, mds, and obdfilter. +.SH OPTIONS +.B lshowmount +accepts the following options: +.TP +.I "-e | --enumerate" +causes +.B lshowmount +to list each client mounted on a separate line instead of trying +to compress the list of clients into a hostrange string. +.TP +.I "-h | --help" +causes +.B lshowmount +to print out a usage message. +.TP +.I "-l | --lookup" +causes +.B lshowmount +to try to lookup the hostname for nids that look like IP addresses. +.TP +.I "-v | --verbose" +causes +.B lshowmount +to output export information for each service instead of only displaying +the aggregate information for all Lustre services on the server. +.SH FILES +/proc/fs/lustre/mgs//exports//nid +.br +/proc/fs/lustre/mds//exports//nid +.br +/proc/fs/lustre/obdfilter//exports//nid +.SH AUTHOR +Herb Wartens