Skip to content
Snippets Groups Projects
Commit 2aec710b authored by Morris Jette's avatar Morris Jette
Browse files

Correct use of MAINT flag in reservation web pages

parent cf3eb9b3
No related branches found
No related tags found
No related merge requests found
......@@ -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"-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment