- 10 Jul, 2019 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Nate Rini authored
Use safe_unpackstr_xmalloc() instead of unpackstr_ptr to ensure all strings are escaped correctly in SlurmDBD. This requires the introduction of the _free_local_*() functions to free the structure members, whereas they were previously just pointers into the single managed buffer which was cleaned up elsewhere. Remove the unsafe unpackstr_ptr macro definition as well while here. CVE-2019-12838.
-
- 28 Jun, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Flags are stored in a smallint, which can only hold the first 16 bits worth out of 32 bits of flags currently in use. MySQL's overflow rules will treat any value > 0xffff as 0xffff, rather than dropping the higher-order bits (flags), which means the stored value not only loses the higher-order bits but corrupts the lower-order as well. The 19.05 release extends the column to bigint (64 bit). Bug 6969.
-
- 07 Jun, 2019 4 commits
-
-
Morris Jette authored
For heterogeneous jobs, do not count the each component against the QOS or association job limit multiple times. bug 7190
-
Brian Christiansen authored
-
Albert Gil authored
Bug 6847
-
Albert Gil authored
Catch jobs with empty pack_job_id_sets. Corruption bug fixed by previous commit. Bug 6847
-
- 06 Jun, 2019 1 commit
-
-
Albert Gil authored
Rejected hetjobs were not correctly dump because pack_job_id_set was not properly set in _slurm_rpc_allocate_pack() when submision was rejected. New helper function _create_pack_job_id_set() to avoid duplicated code. Bug 6847
-
- 05 Jun, 2019 8 commits
-
-
Marshall Garey authored
Fix for test 21.39. If the job didn't start running before the account/qos was removed, then the job would never start running, and the test would fail. Bug 6942.
-
Morris Jette authored
Previous logic could hang indefinitely if srun did not return It also performed unneeded test setup before confirming that the system size was adequate to execute the test. bug 7050
-
Morris Jette authored
Remove excess tabs to properly align code Make comment formats consistent
-
Nate Rini authored
No functional changes. Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Handles cases where last line of slurm.conf is not empty. Bug 7050.
-
Marshall Garey authored
One part of this test can fail in a heterogeneous system. Do not run the part of the test that would fail if the system is heterogeneous. Bug 7051.
-
- 03 Jun, 2019 1 commit
-
-
Morris Jette authored
backport test7.20 changes from master to v18.08. bug 7050
-
- 29 May, 2019 1 commit
-
-
Brian Christiansen authored
select/cons_res is recommended. Bug 7138
-
- 27 May, 2019 2 commits
-
-
Michael Hinton authored
Bug 6987.
-
Ross Dickson authored
Bug 6466.
-
- 25 May, 2019 3 commits
-
-
Danny Auble authored
Bug 7101.
-
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.
-
Felip Moll authored
Bug 7101.
-
- 24 May, 2019 2 commits
-
-
Nate Rini authored
Use RETRY_DELAY per to mirror job complete delay but without a max retry count for the time being. Bug 6970.
-
Danny Auble authored
Signed-off-by: Brian Christiansen <brian@schedmd.com>
-
- 23 May, 2019 11 commits
-
-
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
-
Dominik Bartkiewicz authored
for completing job. Bug 6927
-
Ben Roberts authored
Bug 6980
-
Ben Roberts authored
Bug 6945
-
Dominik Bartkiewicz authored
Bug 6926
-
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
Bug 7080
-
- 22 May, 2019 3 commits
-
-
Ben Roberts authored
Bug 7092.
-
Tim Wickberg authored
Can happen if SrunPortRange has been set too small, especially on shared login nodes launching multiple large-scale srun processes.
-
Ben Roberts authored
Bug 6916
-