- 15 Mar, 2018 15 commits
-
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well
-
Tim Wickberg authored
This is the 17.11 version. Bug 4792.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 4792.
-
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
-
Dominik Bartkiewicz authored
Bug 4861.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Danny Auble authored
Bug 4933
-
Isaac Hartung authored
Bug 4878
-
Brian Christiansen authored
into contribs directory.
-
Brian Christiansen authored
-
- 14 Mar, 2018 9 commits
-
-
Tim Wickberg authored
This should expose O_CLOEXEC on older glibc versions, addressing build issues on CLE 5.2. Bug 4843.
-
Tim Wickberg authored
There are a few other unguarded uses of this. Adding _GNU_SOURCE at the top of these files should expose this macro instead. This reverts commit 44775add.
-
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
-
Danny Auble authored
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.
-
Morris Jette authored
bug 4717
-
Justin Lecher authored
GCC-7 with -Wformat warns about node_features_knl_cray.c:2869:33: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] snprintf(buf, sizeof(buf), "%d", i); ^~ node_features_knl_cray.c:2869:32: note: directive argument in the range [0, 2147483647] snprintf(buf, sizeof(buf), "%d", i); ^~~~ In file included from /usr/include/stdio.h:862:0, from ../../../../slurm/slurm.h:68, from node_features_knl_cray.c:66: /usr/include/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 8 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Increasing the buffer to 12 for this. Bug 4900. Signed-off-by: Justin Lecher <jlec@gentoo.org>
-
- 13 Mar, 2018 3 commits
-
-
Danny Auble authored
-
Danny Auble authored
when slurmctld was started) you could loose QOS usage information. Bug 4865
-
Danny Auble authored
To be used in a future commit for Bug 4865
-
- 12 Mar, 2018 3 commits
-
-
Felip Moll authored
6bc5dc30 6d4518fe
-
Felip Moll authored
set to not be shown as runaway. Bug 4847
-
Felip Moll authored
Otherwise incorrect status could be registered in the database and completed jobs be seen as pending, running, and so on. Bug 4847
-
- 08 Mar, 2018 2 commits
-
-
Dominik Bartkiewicz authored
-
Alejandro Sanchez authored
Looks like a regression accidentally introduced in d8770a66. Bug 4769.
-
- 07 Mar, 2018 6 commits
-
-
Doug Jacobsen authored
Bug 4549
-
Doug Jacobsen authored
Bug 4549
-
Doug Jacobsen authored
Bug 4549
-
Doug Jacobsen authored
Bug 4549
-
Doug Jacobsen authored
Bug 4549
-
Tim Wickberg authored
-
- 05 Mar, 2018 1 commit
-
-
Morris Jette authored
-
- 02 Mar, 2018 1 commit
-
-
Brian Christiansen authored
Could happen if SuspendTimeout was shorter than ResumeTimeout. Bug 4863 Continuation of 7d246784
-