From 669196f4f1f2ae1b0c8153a7ee472d10885c51e8 Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 27 May 2009 17:05:48 +0000 Subject: [PATCH] b=19612 i=ZhiYong Tian man page correction --- lustre/doc/lfs.1 | 14 ++++++-------- lustre/doc/mount.lustre.8 | 11 +++++++++++ 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/lustre/doc/lfs.1 b/lustre/doc/lfs.1 index d5fba84..2f1b7e5 100644 --- a/lustre/doc/lfs.1 +++ b/lustre/doc/lfs.1 @@ -35,33 +35,31 @@ lfs \- Lustre utility to create a file with specific striping pattern, find the .br .B lfs quotainv [-ug] [-f] .br -.B lfs setquota [-u|--user|-g|--group] +.B lfs setquota <-u|--user|-g|--group> \fB[--block-softlimit ] \fB[--block-hardlimit ] \fB[--inode-softlimit ] \fB[--inode-hardlimit ] \fB\fR .br -.B lfs setquota [-u|--user|-g|--group] +.B lfs setquota <-u|--user|-g|--group> \fB[-b ] [-B ] \fB[-i ] [-I ] \fB\fR .br -.B lfs setquota -t [-u|-g] +.B lfs setquota -t <-u|-g> \fB[--block-grace ] \fB[--inode-grace ] \fB\fR .br -.B lfs setquota -t [-u|-g] +.B lfs setquota -t <-u|-g> \fB[-b ] [-i ] \fB\fR .br -.B lfs quota [-v] [-o obd_uuid] [-u|-g] +.B lfs quota [-v] [-o obd_uuid] [-u |-g ] .br -.B lfs quota -.br -.B lfs quota -t [-u|-g] +.B lfs quota -t <-u|-g> .br .B lfs help .SH DESCRIPTION diff --git a/lustre/doc/mount.lustre.8 b/lustre/doc/mount.lustre.8 index 40085b3..d036e8d 100644 --- a/lustre/doc/mount.lustre.8 +++ b/lustre/doc/mount.lustre.8 @@ -103,6 +103,17 @@ Start a client or MDT with a (colon-separated) list of known inactive OSTs. .TP .BI abort_recov Abort client recovery and start the target service immediately. +.TP +.BI recovery_time_soft= timeout +Allow 'timeout' seconds for clients to reconnect for recovery after a server +crash. This timeout will be incrementally extended if it is about to expire +and the server is still handling new connections from recoverable clients. +The default soft recovery timeout is set to 300 seconds (5 minutes). +.TP +.BI recovery_time_hard= timeout +The server will be allowed to incrementally extend its timeout up to a hard +maximum of 'timeout' seconds. The default hard recovery timeout is set to +900 seconds (15 minutes). .SH EXAMPLES .TP .B mount -t lustre cfs21@tcp0:/testfs /mnt/myfilesystem -- 1.8.3.1