- 26 Jun, 2019 8 commits
-
-
Nate Rini authored
Bug 7146.
-
Nate Rini authored
Bug 7146.
-
Nate Rini authored
Bug 7249.
-
Nate Rini authored
Bug 7249.
-
Marcin Stolarek authored
Bug 7294.
-
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 4 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.
-
Gavin Howard authored
Corrected the restart order for nodes and slurmctld when adding nodes. Bug 7135
-
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.
-
- 22 Jun, 2019 1 commit
-
-
Ben Roberts authored
Reflow lines at <= 80 columns when modifying them, and use lower-case for HTML tags. Bug 7275.
-
- 21 Jun, 2019 1 commit
-
-
Marcin Stolarek authored
fix/improve example logrotate configuration in man slurm.conf pkill without -x option treats argument as a pattern in this case slurmd matches not only slurmd but also slurmdbd. Bug 6962
-
- 20 Jun, 2019 10 commits
-
-
Morris Jette authored
Test rendered invalid by changes made for bug 7128. bug 7128
-
Morris Jette authored
bug 7128
-
Morris Jette authored
bug 7128
-
Morris Jette authored
bug 7066
-
Morris Jette authored
bug 7066
-
Danny Auble authored
i.e. gres=gpu:k80:4,gpu:tesla:4 the code would put the k80 as one number 4, and then add the tesla and not remove the 4 but add the 8 so if all your other nodes only have 1 gpu and you are asking for 2 nodes it would return 4 instead of 1. Bug 7066
-
Dominik Bartkiewicz authored
This is a continuation of commit edd09b55. Bug 7071.
-
Marcin Stolarek authored
Documentation for "-d" was missing from the man page. Documentation for "-i" was missing from "slurmctld -h". Sync the description for "-D". Bug 7245.
-
Marcin Stolarek authored
Instead of scontrol show daemon for logrotate we can just use list of all daemons. This should be less confusing for users since slurmdbd is not listed by scontrol show daemons and required separate logrotate configuration. Bug 6962
-
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 4 commits
-
-
Broderick Gardner authored
Also added TimeEligible as a field that can be requested. Bug 7074
-
Broderick Gardner authored
If all runaway jobs have submit_time=0, something is wrong, and we don't know from when to reroll the usage tables. 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
-
Broderick Gardner authored
Bug 7074
-
- 18 Jun, 2019 1 commit
-
-
Ben Roberts authored
Bug 7251.
-
- 14 Jun, 2019 3 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
-
Dominik Bartkiewicz authored
Bug 6221
-
- 13 Jun, 2019 1 commit
-
-
Morris Jette authored
-
- 10 Jun, 2019 6 commits
-
-
Morris Jette authored
Put comments in the code to help figure out what is being packed. No real code change. Bug 7204
-
Morris Jette authored
Bug 7204
-
Dominik Bartkiewicz authored
Bug 6221
-
Dominik Bartkiewicz authored
Return ESLURM_INVALID_TIME_MIN_LIMIT instead of ESLURM_INVALID_TIME_LIMIT to provide a better error message back to the user. Bug 6221
-
Dominik Bartkiewicz authored
Bug 6221
-
Tim Wickberg authored
Bug 7179.
-