From 2aec710b5c0d688b2fe2d51655a069a6ecdf9af1 Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Tue, 31 Jan 2012 15:51:53 -0800 Subject: [PATCH] Correct use of MAINT flag in reservation web pages --- doc/html/reservations.shtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/html/reservations.shtml b/doc/html/reservations.shtml index 623bf3a9b21..07ddaf94cb4 100644 --- a/doc/html/reservations.shtml +++ b/doc/html/reservations.shtml @@ -74,7 +74,7 @@ this reservation will prevent any job specifying the need for needed a lustre license from being scheduled on this cluster during this reservation.</p> <pre> $ scontrol create reservation starttime=2009-04-06T16:00:00 \ - duration=120 user=root flags=maint,ignore_jobs \ + duration=120 user=root flags=ignore_jobs \ licenses=lustre*1000 Reservation created: root_4 @@ -83,7 +83,7 @@ ReservationName=root_4 StartTime=2009-04-06T16:00:00 EndTime=2009-04-06T18:00:00 Duration=120 Nodes= NodeCnt=0 Features=(null) PartitionName=(null) - Flags=MAINT,SPEC_NODES,IGNORE_JOBS Licenses=lustre*1000 + Flags=IGNORE_JOBS Licenses=lustre*1000 Users=root Accounts=(null) </pre> @@ -171,7 +171,7 @@ $ scontrol show configuration | grep Licenses Licenses = cpu*64 $ scontrol create reservation starttime=2009-04-06T16:00:00 \ - duration=120 user=bob flags=maint,ignore_jobs \ + duration=120 user=bob flags=ignore_jobs \ licenses=cpu*32 Reservation created: bob_5 </pre> @@ -301,7 +301,7 @@ before a reservation given fewer jobs to time-slice with.</li> nodes be reserved (work around described above).</li> </ol> -<p style="text-align: center;">Last modified 15 September 2011</p> +<p style="text-align: center;">Last modified 31 January 2012</p> <!--#include virtual="footer.txt"--> -- GitLab