- 20 Aug, 2019 1 commit
-
-
Alejandro Sanchez authored
Bug 7360.
-
- 19 Aug, 2019 2 commits
-
-
Danny Auble authored
in track scripts code. Bug 7360 Signed-off-by: Alejandro Sanchez <alex@schedmd.com>
-
Broderick Gardner authored
The implementation of priority_p_job_end in priority/multifactor expects the job state to be set to complete or completing in order to properly remove some job usage from the assoc and qos. This must be simulated by the pack job run check code, or the check-time usage is not removed. Bug 7284
-
- 16 Aug, 2019 1 commit
-
-
Chad Vizino authored
It wasn't properly set under certain conditions. Bug 7276
-
- 15 Aug, 2019 1 commit
-
-
Marcin Stolarek authored
Bug 7410.
-
- 14 Aug, 2019 8 commits
-
-
Morris Jette authored
Consider jobs in COMPLETING state as being available immediatley for a job will-run evaluation. This assumes the completion will happen very soon after the test is run. bug 6769
-
Morris Jette authored
All of the select plugins were performing a duplicate resource free for jobs in completing state when performing a will-run test for new jobs. This would frequently result in underflow messages. Bug 6769
-
Marshall Garey authored
Building off the prevoius commit, spank_option_getopt() is now valid in more functions than before, so we document and enforce from where spank_option_getopt() can safely be called and return ESPANK_NOT_AVAIL if it is called from any invalid SPANK context. Bug 7065.
-
Marshall Garey authored
When spank option callbacks are called, the options are added to a cache in memory so that spank_option_getopt() can retrieve the options when called. However, this was only happening when callbacks were called from the local context, so we make sure that the options are added to the cache when the callbacks are called from the remote context as well. Bug 7065.
-
Dominik Bartkiewicz authored
job_test_resv() - return ESLURM_RESERVATION_MAINT if all nodes from the job partition are in a maintenance reservation. Bug 7362.
-
Dominik Bartkiewicz authored
If job requests feature(s) but the required nodes are in an advanced reservation. Bug 7362.
-
Dominik Bartkiewicz authored
Previously the UnavailableNodes list could include nodes that don't belong to the job partition. Bug 7362.
-
Marshall Garey authored
The old proctrack/cray plugin was changed to proctrack/cray_aries. Continuation of c6e6089f Bug 6824.
-
- 13 Aug, 2019 2 commits
-
-
Tim Wickberg authored
-
Marcin Stolarek authored
Revert 86b0bd39 which removed slurm.FAILURE from job_submit/lua. In a76a9486 we replaced SLURM_ERROR by SLURM_FAILURE. This commit restores slurm.FAILURE as an synonym of SLURM_ERROR for job_submit/lua scripts, which is now considered depreciated in 19.05. Bug 7534.
-
- 12 Aug, 2019 1 commit
-
-
Dominik Bartkiewicz authored
task_id_bitmap can be free'd through: _update_job() -> acct_policy_remove_job_submit() -> acct_policy_handle_accrue_time() -> job_array_post_sched() Bug 7537.
-
- 09 Aug, 2019 1 commit
-
-
Chad Vizino authored
Fixes a couple of places missed in 50353e89. Bug 7277
-
- 08 Aug, 2019 2 commits
-
-
Danny Auble authored
Bug 7498
-
Broderick Gardner authored
Bug 7500
-
- 06 Aug, 2019 3 commits
-
-
Brian Christiansen authored
-
Broderick Gardner authored
This patch silences NodeFeatures messages that would otherwise print if ANY debug flag is set, due to bad logic. Bug 7156
-
Doug Jacobsen authored
Bug 7521.
-
- 05 Aug, 2019 1 commit
-
-
Marcin Stolarek authored
Base GRES type off of device name instead of brand name. Make the device name lower case and replace spaces with underscores. Truncate system-detected device names so they match GRES types in slurm.conf (important for FastSchedule 0 and 1). Bug 7345 Co-authored-by: Michael Hinton <hinton@schedmd.com>
-
- 01 Aug, 2019 2 commits
-
-
Marcin Stolarek authored
This apparently never was added even though it was documented. Bug 7457
-
Marcin Stolarek authored
Bug 7457
-
- 31 Jul, 2019 1 commit
-
-
Marshall Garey authored
When deleting associations and permission is denied, we weren't properly handling the error in sacctmgr, so it would prompt to commit the changes even though it already printed a permission denied error. Bug 7413
-
- 29 Jul, 2019 2 commits
-
-
Ralph Castain authored
Bug 7263
-
Michael Hinton authored
Partially reverts commit cb901366 and d8097da9. Bug 7461
-
- 26 Jul, 2019 1 commit
-
-
Alejandro Sanchez authored
The early assertion fail prevented batch job launch or tasks launch on non-Linux systems. Bug 7471.
-
- 25 Jul, 2019 1 commit
-
-
Tim Wickberg authored
Bug 7429.
-
- 24 Jul, 2019 1 commit
-
-
Tim Wickberg authored
IP address if the reverse lookup fails. Bug 7255.
-
- 23 Jul, 2019 8 commits
-
-
Dominik Bartkiewicz authored
Rewrite of commit f35bb686. Bug 7340.
-
Tim Wickberg authored
-
Tim Wickberg authored
Wrapping the plugin interface with an #ifdef block as was previously done still results in the plugin being generated, but without any of the plugin symbols present. This will then cause errors when running user commands similar to: error: Couldn't load specified plugin name for switch/cray_aries: Plugin name/type/version symbol missing Bug 7017.
-
Jason Bacon authored
Bug 7017.
-
Tim Wickberg authored
Bug 7017.
-
Brian Christiansen authored
Bug 7320
-
Brian Christiansen authored
Bug 7320
-
Brian Christiansen authored
This makes it so that the backup will reinint the fed_mgr and load fed state when a backup takes over on subsequent takeovers. Bug 7320
-
- 17 Jul, 2019 1 commit
-
-
Tim Wickberg authored
Fixes a compilation issue with the job_container/cncu plugin. Bug 7398
-