- 26 Jun, 2019 4 commits
-
-
Nate Rini authored
Bug 7249.
-
Marcin Stolarek authored
Cray plugin names were changed in 19.05, but the template was overlooked. Bug 7294.
-
Tim Wickberg authored
This was broken and then fixed all within the 19.05.1 time frame, so it doesn't need a separate entry. My mistake on reviewing. Bug 7146.
-
Alejandro Sanchez authored
Front-end builds wouldn't compile otherwise. Oversight of 3f947d45. Bug 7146.
-
- 25 Jun, 2019 3 commits
-
-
Dominik Bartkiewicz authored
The conditional for handling --overcommit was not sufficient to prevent other option combinations from using that code path, resulting in unexpected resource allocation behavior. Correct that to check that overcommit is enabled. Identical to cons_res commit 478e7641 Bug 5345.
-
Marcin Stolarek authored
Commit 2f571559 added internal calls to mysql_db_commit() in _archive_purge_table(). Previous sacctmgr logic triggered the operation and then asked for confirmation through commit_check(), making it impossible to rollback even when the user discarded the changes. Bug 7130.
-
Marcin Stolarek authored
Previous logic initialized a static variable once and forever. This variable was used as a test to call or not log_job_resources and dynamic changes through 'scontrol setdebugflags [+|-]SelectType' would have no effect. New logic uses the standard select_debug_flags as everywhere else and aligns with cons_tres logic. Bug 7137.
-
- 24 Jun, 2019 1 commit
-
-
Marcin Stolarek authored
Commit 2194edf3 was intended to change the default fairshare algorithm to Fair Tree. There was an oversight with the conversion where Fair Tree wouldn't be the default if PriorityFlags was commented out. Bug 7154.
-
- 20 Jun, 2019 3 commits
-
-
Morris Jette authored
bug 7066
-
Dominik Bartkiewicz authored
This is a continuation of commit edd09b55. Bug 7071.
-
Alejandro Sanchez authored
The init() function creates a separate thread that tries to index the list of unindexed jobs (loaded from the state or newly finished) into the elasticsearch server. This fix prevents this thread from trying to do so until after slurm_jobcomp_set_location sets the log_url. Bug 7153.
-
- 19 Jun, 2019 2 commits
-
-
Broderick Gardner authored
Also added TimeEligible as a field that can be requested. Bug 7074
-
Broderick Gardner authored
When fixing runaway jobs, submit time should always be set in the database, so use that when rerolling usage. Avoids rerolling from 0. Bug 7074
-
- 14 Jun, 2019 2 commits
-
-
Broderick Gardner authored
If bf_min_prio_reserve was not the last option listed, the setting would not have been applied correctly, and an error message printed instead. Bug 7242.
-
Dominik Bartkiewicz authored
Bug 6221
-
- 10 Jun, 2019 3 commits
-
-
Morris Jette authored
Bug 7204
-
Dominik Bartkiewicz authored
Bug 6221
-
Tim Wickberg authored
Bug 7179.
-
- 07 Jun, 2019 3 commits
-
-
Brian Christiansen authored
Bug 6847 Bug 7190
-
Morris Jette authored
For heterogeneous jobs, do not count the each component against the QOS or association job limit multiple times. bug 7190
-
Albert Gil authored
Bug 6847
-
- 04 Jun, 2019 1 commit
-
-
Dominik Bartkiewicz authored
JobHeldUser state reason was properly set for user held jobs during the course of job_allocate() execution until calling _select_nodes_parts() which could override it under certain conditions (i.e. when accounting policy limit is hit). The fix restores it back when appropriate. Continuation of 8712a254. Bug 7136.
-
- 31 May, 2019 1 commit
-
-
Nate Rini authored
Bug 7146.
-
- 30 May, 2019 1 commit
-
-
Dominik Bartkiewicz authored
Bug 7148.
-
- 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 10 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
-