From 3435dcbc23e926bb754e11b0dec10d5c81b4ab35 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 18 May 2011 09:18:12 -0700
Subject: [PATCH] Add description of GraceTime to sacctmgr man page.

---
 doc/man/man1/sacctmgr.1 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/doc/man/man1/sacctmgr.1 b/doc/man/man1/sacctmgr.1
index 33541f78841..711591a6d9a 100644
--- a/doc/man/man1/sacctmgr.1
+++ b/doc/man/man1/sacctmgr.1
@@ -242,6 +242,15 @@ priority. Can also be the string \fIparent\fR, this means that the
 parent association is used for fairshare. To clear a previously set
 value use the modify command with a new value of \-1.
 
+.TP
+\fIGraceTime\fP=<preemption grace time in seconds>
+Specifies, in units of seconds, the preemption grace time
+to be extended to a job which has been selected for preemption.
+The default value is zero, no preemption grace time is allowed on
+this QOS.
+.P			  
+NOTE: This value is only meaningful for QOS PreemptMode=CANCEL)
+	   
 .TP
 \fIGrpCPUMins\fP=<max cpu minutes>
 Maximum number of CPU minutes running jobs are able to be allocated in
@@ -925,6 +934,11 @@ If set jobs using this QOS will be able to
 override the requested partition's TimeLimit.
 .RE
 
+.TP
+\fIGraceTime\fP
+Preemption grace time to be extended to a job which has been 
+selected for preemption.
+
 .TP
 \fIGrpCPUMins\fP
 Maximum number of CPU minutes running jobs are able to be allocated in
@@ -1025,6 +1039,13 @@ Display information with previously deleted data.
 \fIDescription\fP
 An arbitrary string describing a QOS.
 
+.TP
+\fIGraceTime\fP
+Preemption grace time to be extended to a job which has been
+selected for preemption in the format of hh:mm:ss.  The default
+value is zero, no preemption grace time is allowed on this partition.
+NOTE: This value is only meaningful for QOS PreemptMode=CANCEL.
+			  
 .TP
 \fIGrpCPUMins\fP
 Maximum number of CPU minutes running jobs are able to be allocated in
-- 
GitLab