Skip to content

Commit 24cc3e8

Browse files
Enrico Usaienrico-usai
authored andcommitted
2.10.0 Changelog
Signed-off-by: Enrico Usai <[email protected]>
1 parent 3abca9b commit 24cc3e8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,30 @@ This file is used to list changes made in each version of the aws-parallelcluste
66

77
2.10.0
88
-----
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.
912

1013
**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.
1318

1419
**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
1622
system timezone is not set to UTC.
1723

1824
2.9.1
1925
-----
2026

2127
**CHANGES**
22-
2328
- There were no notable changes for this version.
2429

2530
2.9.0
2631
-----
2732
**ENHANCEMENTS**
28-
2933
- Add support for multiple queues and multiple instance types feature with the Slurm scheduler.
3034
- Replace the previously available scaling components with: `clustermgtd` daemon that
3135
takes care of handling compute fleet management operations, included the processing of health check failures coming

0 commit comments

Comments
 (0)