File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,30 @@ This file is used to list changes made in each version of the aws-parallelcluste
6
6
7
7
2.10.0
8
8
-----
9
+ ** ENHANCEMENTS**
10
+ - Add new ` all_or_nothing_batch ` configuration parameter for ` slurm_resume ` script. When ` True ` , ` slurm_resume ` will
11
+ succeed only if all the instances required by all the pending jobs in Slurm will be available.
9
12
10
13
** CHANGES**
11
- - Optimized the retrieval of nodes info from Slurm scheduler.
12
- - Increase default timeout for Slurm commands submitted by clustermgtd and computemgtd from 10 to 30 seconds.
14
+ - CentOS 6 is no longer supported.
15
+ - Optimize retrieval of nodes info from Slurm scheduler.
16
+ - Improve retrieval of instance type info by using ` DescribeInstanceType ` API.
17
+ - Increase timeout from 10 to 30 seconds when ` clustermgtd ` and ` computemgtd ` daemons invoke Slurm commands.
13
18
14
19
** BUG FIXES**
15
- - Fix a bug that was causing clustermgtd and computemgtd sleep interval to be incorrectly computed when
20
+ - Retrieve the right number of compute instance slots when instance type is updated.
21
+ - Fix a bug that was causing ` clustermgtd ` and ` computemgtd ` sleep interval to be incorrectly computed when
16
22
system timezone is not set to UTC.
17
23
18
24
2.9.1
19
25
-----
20
26
21
27
** CHANGES**
22
-
23
28
- There were no notable changes for this version.
24
29
25
30
2.9.0
26
31
-----
27
32
** ENHANCEMENTS**
28
-
29
33
- Add support for multiple queues and multiple instance types feature with the Slurm scheduler.
30
34
- Replace the previously available scaling components with: ` clustermgtd ` daemon that
31
35
takes care of handling compute fleet management operations, included the processing of health check failures coming
You can’t perform that action at this time.
0 commit comments