- 27 Mar, 2018 3 commits
-
-
Brian Christiansen authored
job_ptr was still being referenced after releasing the read locks. Also prolog_running_decr() needs to have a job write lock and a fed read lock. Bug 4947
-
Dominik Bartkiewicz authored
Bug 4990.
-
Felip Moll authored
-
- 26 Mar, 2018 1 commit
-
-
Felip Moll authored
While restarting slurmctld with -R flag, features were emptied. This patch just does nothing when recover=2 (-R) which means active and available features are preserved from the state files. Needed for backup slurmctld controller. Bug 4927
-
- 23 Mar, 2018 3 commits
-
-
Boris Karasev authored
Bug 4882
-
Felip Moll authored
-
Tim Wickberg authored
If block_map_size is zero (as seen on FreeBSD when not using HWLOC), xmalloc(0) will return NULL. Writing to str[0] then is invalid. Bug 4845.
-
- 22 Mar, 2018 1 commit
-
-
Brian Christiansen authored
Bug 4971
-
- 21 Mar, 2018 3 commits
-
-
Felip Moll authored
-X doesn't show cumulative statistics for each job but statistics relevant to the job allocation itself. Bug 4967
-
Felip Moll authored
It fixes a scontrol segfault when updating a reservation with empty users or accounts and the parameters were specified more than once. Bug 4945
-
Marshall Garey authored
Bug 4778
-
- 20 Mar, 2018 1 commit
-
-
Morris Jette authored
Bug 4949
-
- 15 Mar, 2018 10 commits
-
-
Tim Wickberg authored
Initialize cluster_name to NULL, allowing it to be safely g_free'd later on. Bug 4898.
-
Doug Jacobsen authored
Bug 3318
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
Use unpackstr_xmalloc_chooser as part of safe_unpackstr_xmalloc macro. This ensures that the slurmdbd is always working on escaped strings. Fixes CVE-2018-7033. Bug 4792.
-
Isaac Hartung authored
Reset the original time_limit value afterwards, otherwise the job time may get squashed down to as low as 1 minute. Bug 4796.
-
Isaac Hartung authored
Bug 4881
-
Danny Auble authored
Bug 4933
-
Isaac Hartung authored
Bug 4878
-
Brian Christiansen authored
into contribs directory.
-
- 14 Mar, 2018 5 commits
-
-
Tim Wickberg authored
This should expose O_CLOEXEC on older glibc versions, addressing build issues on CLE 5.2. Bug 4843.
-
Brian Christiansen authored
MsgType=6500 wasn't being expanded: " slurm_persist_conn_open: Something happened with the receiving/processing of the persistent connection init message to XXX.XXX.XXX.XXX:6819: Failed to unpack MsgType=6500 message " Bug 4924
-
Danny Auble authored
(slurmdbd was down when slurmctld was started). Bug 4864
-
Jay Herring authored
Bug 4888
-
Morris Jette authored
Set scontrol exit code to 1 if attempting to update a node to DRAIN or DOWN without specifying a reason. Bug 4920.
-
- 13 Mar, 2018 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
when slurmctld was started) you could loose QOS usage information. Bug 4865
-
- 12 Mar, 2018 1 commit
-
-
Felip Moll authored
6bc5dc30 6d4518fe
-
- 08 Mar, 2018 1 commit
-
-
Alejandro Sanchez authored
Looks like a regression accidentally introduced in d8770a66. Bug 4769.
-
- 07 Mar, 2018 1 commit
-
-
Doug Jacobsen authored
Bug 4549
-
- 02 Mar, 2018 1 commit
-
-
Brian Christiansen authored
Could happen if SuspendTimeout was shorter than ResumeTimeout. Bug 4863 Continuation of 7d246784
-
- 28 Feb, 2018 4 commits
-
-
Tim Wickberg authored
-
Isaac Hartung authored
Also throws spurious errors of: "slurmd: error: Domain socket directory /var/spool/slurmd: No such file or directory" if you SlurmdSpoolDir is located elsewhere. Bug 4289.
-
Dominik Bartkiewicz authored
Add additional protection in slurmctld as well. Bug 4826.
-
Alejandro Sanchez authored
job_limits_check() uses the job desc to call _valid_pn_min_mem(). This second function might adjust the following values (up to date): cpus_per_task pn_min_memory min_cpus max_cpus pn_min_cpus If the function returns success, these adjusted members need to be copied back to the job_record. It turns out pn_min_cpus wasn't copied back, thus the logs claimed to automatically increase pn_min_cpus but actually the job record wasn't modified and the select plugin tried to allocate wrong amount of resources. Bug 4823.
-
- 27 Feb, 2018 1 commit
-
-
Tim Wickberg authored
No longer needed, and will cause errors on FreeBSD systems build with WITHOUT_KERBEROS. Bug 4805.
-
- 23 Feb, 2018 1 commit
-
-
Morris Jette authored
Bug 4783
-
- 22 Feb, 2018 1 commit
-
-
Morris Jette authored
"#DW destroy_persistent" directives available in Cray CLE6.0UP06. This will be supported in Slurm version 18.08. Use "#BB" directives until then. Bug 4302
-