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

Clarify use of QOS NoReserve flag in documentation

parent e0890cd9
No related branches found
No related tags found
No related merge requests found
...@@ -914,12 +914,12 @@ any jobs submitted with this QOS that fall below the UsageThreshold ...@@ -914,12 +914,12 @@ any jobs submitted with this QOS that fall below the UsageThreshold
will be held until their Fairshare Usage goes above the Threshold. will be held until their Fairshare Usage goes above the Threshold.
.TP .TP
\fINoReserve\fP \fINoReserve\fP
If set, and using backfill, jobs using this QOS will all be considered If this flag is set and backfill scheduling is used, jobs using this QOS will
at the same level within this QOS meaning if a larger, higher priority not reserve resources in the backfill schedule's map of resources allocated
job is unable to run a smaller job will run if possible even if the through time. This flag is intended for use with a QOS that may be preempted
larger higher priority job will be delayed starting. by jobs associated with all other QOS (e.g use with a "standby" QOS). If the
NOTE: This could cause starvation on these larger jobs, but if that is allocated is used with a QOS which can not be preempted by all other QOS, it
ok, this flag most likely will increase utilization. could result in starvation of larger jobs.
.TP .TP
\fIPartitionMaxNodes\fP \fIPartitionMaxNodes\fP
If set jobs using this QOS will be able to If set jobs using this QOS will be able to
......
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