Skip to content
Snippets Groups Projects
Commit a7110c04 authored by Moe Jette's avatar Moe Jette
Browse files

Note known bug in job preemption code

parent 2942df2f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,9 @@ documents those changes that are of interest to users and admins.
sched/backfill plugin. Added configuration parameter:
PreemptMode=off|suspend|kill|requeue|checkpoint
to enable/disable the job preemption logic (disabled by default).
(NOTE: There are some problems with memory management which could prevent a
job from starting when memory would be freed by a job being requeued or
otherwise removed)
-- If the --partition option is used with the sinfo or squeue command then
print information about even hidden partitions.
-- Replaced misc cpu allocation members in job_info_t with select_job_res_t
......
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