- 20 Dec, 2019 7 commits
-
-
Tim Wickberg authored
Stop treating "nobody" as the error condition. Bug 7845.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Harald Barth authored
If this failed, the step would launch as root instead of the desired user, which could be exploited. Bug 8084. CVE-2019-19728.
-
Tim Wickberg authored
Bug 8084.
-
Johannes Segitz authored
Encourage the use for restricted permissions for slurmdbd.conf since this file will contain your MySQL username and password on most systems. CVE-2019-19727.
-
- 19 Dec, 2019 2 commits
-
-
Ben Roberts authored
Bug 7379 Signed-off-by: Brian Christiansen <brian@schedmd.com>
-
Danny Auble authored
Bug 7861
-
- 18 Dec, 2019 5 commits
-
-
Brian Christiansen authored
Bug 7291
-
Ben Roberts authored
Bug 7291
-
Douglas Wightman authored
In a multi-cluster environment a job may submit more jobs as part of its workflow. This fixes situations where the variable is inherited incorrectly on sub-jobs. Bug 7998
-
Marshall Garey authored
srun waits for the prolog to finish before launching a job step. In _is_prolog_finished(), slurmctld checks the state reason: if (job_ptr) { is_running = (job_ptr->state_reason != WAIT_PROLOG); } But if the job is updated during the job prolog, then _update_job() will change the state_reason, and then slurmctld will tell srun that the prolog is completed even if it isn't. If srun launches a job step before the extern sets up x11, then the job step won't have x11 information. To fix this, don't change state_reason in _update_job() if it equals WAIT_PROLOG. Bug 7525
-
Douglas Wightman authored
This in turn fixes allocation requests that weren't rejected and they should because the requested nodes didn't have a shared network. Bug 8210
-
- 17 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 8047
-
- 16 Dec, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7766
-
- 14 Dec, 2019 12 commits
-
-
Tim Wickberg authored
-
Michael Hinton authored
Add <p> after <pre> tags, since <pre> breaks the previous <p>. Add <p> and list tags where appropriate for correct spacing. Replace < and > with escape characters in code snippets. Fix some broken tags. Bug 7308
-
Michael Hinton authored
Change prompts to "$ ". Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
Michael Hinton authored
Bug 7308
-
- 12 Dec, 2019 1 commit
-
-
Michael Hinton authored
-
- 11 Dec, 2019 3 commits
-
-
Michael Hinton authored
`number` not used in sacct_query. Global declarations not needed outside of functions - already in the global scope. Bug 7212
-
Michael Hinton authored
Bug 7212
-
Michael Hinton authored
Make the job name searched for by the test include `test${test_id}-` so it does not mistake a job id as the job name. Replace the random number with a timestamp to guarantee that there are no repeats. Add `-p` to the sacct arguments to accommodate the increased length of the job name and to guarantee that the output never gets truncated. Bug 7212
-
- 10 Dec, 2019 4 commits
-
-
Danny Auble authored
# Conflicts: # testsuite/expect/test34.2
-
Danny Auble authored
-
Michael Hinton authored
Have the main scheduler and backfill scheduler make the reasons of subsequent array tasks match the first array task, since they sometimes didn't do this completely when the array was pending. Bug 6814
-
Michael Hinton authored
-
- 09 Dec, 2019 4 commits
-
-
Brian Christiansen authored
-
Nate Rini authored
Add _at_tpn_limit() as helper to determine when a given node is over the tasks_per_node limit and to log when then happens. Bug 7629.
-
Marcin Stolarek authored
Option may be useful when running --stop-on-first-fail, when the issue is fixed than it will allow restart from the failed one. Bug 7433.
-