- 15 Oct, 2018 4 commits
-
-
Brian Christiansen authored
so that jobs can be submitted and queued when requesting more licenses than are configured. This is helpful when using licenses to control access to file systems. Bug 5630 Signed-off-by: Danny Auble <da@schedmd.com>
-
Brian Christiansen authored
so that a job's license string can be updated after a restart with licenses removed or added. Bug 5630
-
Brian Christiansen authored
If a job requested multiple licenses and one license was removed then on a reconfigure/restart all of the licenses -- including the valid ones would be removed. Bug 5630
-
Brian Christiansen authored
when configured license counts are 0. Bug 5630
-
- 12 Oct, 2018 3 commits
-
-
Matt Ezell authored
Bug 5680
-
Dominik Bartkiewicz authored
determine the time a node has been down. This prevents from the wrongly set node as DOWN, if we decrease SlurmdTimeout and agents queue is busy. Bug 5811
-
Dominik Bartkiewicz authored
it is reconfigured to determine changes in its background timers. Bug 5811
-
- 10 Oct, 2018 3 commits
-
-
Morris Jette authored
reached in the cons_res plugin. Bug 5328
-
Dominik Bartkiewicz authored
structures after unpack. Bug 5821
-
Danny Auble authored
Bug 5815
-
- 09 Oct, 2018 1 commit
-
-
Broderick Gardner authored
Also simplify this xstrfmtcat() into an xstrcat() call while here. Bug 5828.
-
- 05 Oct, 2018 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 04 Oct, 2018 4 commits
-
-
Broderick Gardner authored
Leads to false-positive warnings about settings being too low when they're actually fine. E.g., if innodb_buffer_pool_size is over 2GB the warning would have been printed in error. Bug 5661.
-
Dominik Bartkiewicz authored
Bug 5594.
-
Tim Wickberg authored
You should not make RPC calls within MailProg (or anything else fork()+exec()'d from slurmctld), so use the environment variable that is now exposed instead. Bug 5443.
-
Dominik Bartkiewicz authored
smail currently uses 'scontrol show config' to get this data; making RPC calls within programs fork()+exec()'d from slurmctld is best avoided as it amplifies RPC load on the controller. Bug 5443.
-
- 03 Oct, 2018 3 commits
-
-
Isaac Hartung authored
Add info to man page as well. Bug 4961.
-
Tim Wickberg authored
Bug 5724
-
Danny Auble authored
-
- 02 Oct, 2018 2 commits
-
-
Marshall Garey authored
Bug 5708
-
Jason Booth authored
Continuation of 06582da8 (17.11.9) Poll was timing out too quickly due to an incorrect conversion of MessageTimeout. Added a multiplier so timeout reflects the correct millisecond value. Bug 5553
-
- 28 Sep, 2018 3 commits
-
-
Michael Hinton authored
Since sacct exits the program when it finds unknown parameters, the debug2() statements should be escalated to error() statements. The first debug2() even had "Error: " in it. Get rid of extra newline. Bug 5421
-
Morris Jette authored
Bug 5743. Co-authored-by: Dominik Bartkiewicz <bart@schedmd.com>
-
Dominik Bartkiewicz authored
The format for this field is "<inst>:<svc_id>:<comp_id>"; if inst or svc_id are unset then they're blank, and the parsing code had assumed they would always be blank as the systems slurmsmwd were developed on never used them. Bug 5411.
-
- 27 Sep, 2018 7 commits
-
-
Marshall Garey authored
Prevents job priorities from being lowered to 0 or from underflowing. Bug 5165
-
Michael Hinton authored
Bug 5231 Change slurmctld/controller.c's purge_thread_lock from static to global extern, so the mutex can be used in slurmctld/job_mgr.c slurm_cond_signal() needs to always be wrapped in the same mutex as slurm_cond_[timed]wait(), or else there is a possibility that slurm_cond_signal() will trigger before slurm_cond_[timed]wait() is even listening, most likely causing a deadlock.
-
Michael Hinton authored
initialize old fairshare association pointer correctly. Bug 5744
-
Broderick Gardner authored
Bug 5458
-
Broderick Gardner authored
Bug 5403
-
Morris Jette authored
Bug 5750
-
Felip Moll authored
Bug 5748
-
- 26 Sep, 2018 1 commit
-
-
Dominik Bartkiewicz authored
Bug 5775
-
- 25 Sep, 2018 2 commits
-
-
Brian Christiansen authored
Bug 5544
-
Brian Christiansen authored
Bug 5544
-
- 24 Sep, 2018 1 commit
-
-
Felip Moll authored
Bug 5613
-
- 21 Sep, 2018 4 commits
-
-
Felip Moll authored
Now slurmctld will fatal if the two incompatible memory enforcement mechanisms are configured at the same time (JobAcctGather + task/cgroup). Also, a new info message in slurmctld startup will indicate if there are not any configured mechanism. Bug 5479
-
Brian Christiansen authored
Bug 5762
-
Danny Auble authored
-
Didier GAZEN authored
bug 5669
-