- 28 May, 2019 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update NEWS, slurm.spec, and slurm.spec-legacy as well.
-
Morris Jette authored
Previously with a configuration including FastSchedule=1 or 2, GRES with files defined in gres.conf, and in the node configuration either specified with a count of 0 or not included at all then the node's GRES data would be built with a topology array containing a GRES bitmap of zero size, resulting in an abort when trying to operate on that bitmap. bug 6997
-
- 27 May, 2019 2 commits
-
-
Alejandro Sanchez authored
Commit: 03165950 Bug 6466.
-
Ross Dickson authored
Bug 6466.
-
- 25 May, 2019 1 commit
-
-
Felip Moll authored
The name variable hasn't been set yet, so this is always NULL. Print the uid/gid instead. While here, treat uid/gid as uint32_t, and use strtoul() rather than atoi() to avoid issues with high-number uid/gid values. Fixes GCC 9 warning. Bug 7101.
-
- 24 May, 2019 11 commits
-
-
Morris Jette authored
Bug 7113 Coverity CID 198461
-
Morris Jette authored
Bug 7112 Coverity CID 198464
-
Broderick Gardner authored
Since the struct has an array, Clang complains about the use of {0}. We decided to replace that with memset. Bug 7096
-
Danny Auble authored
Bug 6783 Co-authored-by: Alejandro Sanchez <alex@schedmd.com>
-
Morris Jette authored
For testing purposes, disabling PrologFlags=Alloc seems reasonable. If/when we actually need to support front-end systems in the future, the underlying code will likely have changed and require additional changes. Bug 7057.
-
Danny Auble authored
This reverts commit 123cb8e2. The reason this code doesn't work is there are other flags set on the job_state that make it not just Pending. See test28.2. It has the JOB_UPDATE_DB flag set.
-
Dominik Bartkiewicz authored
Bug 7099.
-
Brian Christiansen authored
commits: e293204d d5131780
-
Nate Rini authored
Use RETRY_DELAY per to mirror job complete delay but without a max retry count for the time being. Bug 6970.
-
Morris Jette authored
Bug 7040
-
Danny Auble authored
Signed-off-by: Brian Christiansen <brian@schedmd.com>
-
- 23 May, 2019 20 commits
-
-
Brian Christiansen authored
Node state is 32bit. Have to wait till 20.02 to change packing routines. See 845ff7d4 Bug 6964
-
Brian Christiansen authored
Bug 6964
-
Brian Christiansen authored
The reason was being set after the message was sent to the db. Also clear the draing and reboot states before the message is sent so that the event state will show DOWN. Bug 6964
-
Brian Christiansen authored
Bug 6964
-
Brian Christiansen authored
so that new jobs can't get on the node. Bug 6964
-
Morris Jette authored
unnecessarily. Bug 7106
-
Danny Auble authored
Bug 6927
-
Dominik Bartkiewicz authored
for completing job. Bug 6927
-
Morris Jette authored
If GRES are not bound to specific sockets in a multi-socket node then the sock_gres->sock_cnt variable will be zero and find no usable GRES on a node. Bug 7095
-
Moe Jette authored
specific sockets. Bug 7019
-
Danny Auble authored
This reverts commit 9cd7e5f4.
-
Moe Jette authored
specific sockets. Bug 7095
-
Brian Christiansen authored
Continuations of 45bfc4dc Bug 6926
-
Brian Christiansen authored
Commits: c2bc255c f591f0c9
-
Dominik Bartkiewicz authored
Bug 6926
-
Felip Moll authored
The name variable hasn't been set yet, so this is always NULL. Print the uid/gid instead. While here, treat uid/gid as uint32_t, and use strtoul() rather than atoi() to avoid issues with high-number uid/gid values. Fixes GCC 9 warning. Bug 7101.
-
Alejandro Sanchez authored
Continuation of 89b791bf. Bug 7045.
-
Alejandro Sanchez authored
To indicate that a job is dependent or has an invalid dependency. Not used for now, just added and removed according to its meaning. Bug 7045.
-
Albert Gil authored
After 1d66b395 18.08 and 17.11 are the same so we can just reuse the 18.08 block instead of making a new one. Bug 7080
-
Albert Gil authored
Bug 7080
-
- 22 May, 2019 3 commits
-
-
Brian Christiansen authored
Bug 6467
-
Marshall Garey authored
Job steps that run on cloud nodes and use the alias_list - in other words, SlurmctldParameters=cloud_dns is not in slurm.conf - all talk directly back to the slurmctld. To make that happen, we set the parent tank of each stepd to -1. However, we also set the rank of each stepd to 0. this meant that when each stepd sent a REQUEST_STEP_COMPLETE RPC to the slurmctld, they would tell slurmctld to clean up node 0 in the step allocation. So, multi-node step allocations weren't cleaning up after the steps completed and would cause subsequent job steps to hang. The step allocations would only clean up properly at the end of the job. Ensure that each stepd uses the correct rank so that job steps are properly cleaned up after each step completes. Bug 6467.
-
Alejandro Sanchez authored
They were associated to these two commits: b4d7de48 6871185a Bug 5562.
-