- Aug 04, 2020
-
-
Paul Rich authored
-
- Jul 27, 2020
- Jul 24, 2020
-
-
Paul Rich authored
-
- Jul 23, 2020
-
-
Paul Rich authored
-
- Jul 21, 2020
-
-
Paul Rich authored
-
- Jul 17, 2020
-
-
Paul Rich authored
fix for a display issue with cluster node names that have additional device information. See merge request aig/cobalt!121
-
Paul Rich authored
Addressed comments from code review and found a further corner case while working on those with one-off nodenames that sometimes get added to clusters. Tests added and behavior fixed for those.
-
- Jul 15, 2020
-
-
Paul Rich authored
-
- Oct 17, 2019
-
-
Paul Rich authored
-
- Oct 10, 2019
- Oct 04, 2019
-
-
Paul Rich authored
A node was getting added to the candidate list twice when looking over currently running jobs. resulting in a duplicate node and an inflated count which resulted in an early break. When this list is later converted to a set, the duplicates are removed and results in a set of nodes too small for the job to use for draining, so the job doesn't get drained for. Test case added for the drain flap now works correctly now that a check has been added so a duplicate node doesn't get added.
-
Paul Rich authored
-
- Sep 19, 2019
-
-
Paul Rich authored
-
- Jul 30, 2019
-
-
Paul Rich authored
Lock doesn't need to be held around this state fetch Closes #178 See merge request aig/cobalt!119
-
- Jul 29, 2019
- Jul 24, 2019
-
-
Paul Rich authored
This is to improve Cobalt responsiveness during state update. Combined with the fix for aig/cobalt#177, this should allow for much faster scheduling cadences as well and should significantly reduce the delay in a number of commands. There is an additional fix here where the check for a starting job during the cleanup update wasn't working. This was due to a hidden type mismatch. This was exposed by both speedups put together.
-
- Jul 22, 2019
-
-
Paul Rich authored
-
Paul Rich authored
This allows the site to configure the base sleeptime between automatic checks on a per-component basis. This removes the argument and relies on the config file. Nothing was setting the option prior to this, and this is a more consistient way to handle this configuration.
-
- Jun 21, 2019
-
-
Paul Rich authored
-
- May 29, 2019
-
-
Paul Rich authored
-
- May 20, 2019
-
-
Paul Rich authored
Preventing a doubleing of cycle time if deferring an active reservation. Closes #176 See merge request aig/cobalt!117
-
- May 17, 2019
-
-
Paul Rich authored
-
Paul Rich authored
This needed to happen from is_over rather than is_active. Not sure how this got reversed. Fixing a typo. This actually causes the start time to be adjusted on a normal cycle. showres is actually smart enough to show correct times even if the start time has not been set for the next cycle period on a natural end in the prior code.
-
- May 16, 2019
-
-
Paul Rich authored
-
- Apr 19, 2019
-
-
Paul Rich authored
-
- Apr 14, 2019
-
-
Paul Rich authored
Reset effective GID before SSH'ing to MOM nodes Closes #173 See merge request aig/cobalt!116
-
- Apr 11, 2019
-
-
Brian Toonen authored
This commit resolves the issues described in issue 173.
-
- Mar 22, 2019
-
-
Paul Rich authored
-
- Mar 20, 2019
- Mar 15, 2019
-
-
Paul Rich authored
This gives a more conservative estimate, but prevents a problem where a large job would appear to be ready to start long before it would actually be ready.
-
- Mar 14, 2019