Skip to content

Commit 1a80c2e

Browse files
demartinofraenrico-usai
authored andcommitted
Changes to changelog for 2.9.0
Signed-off-by: Francesco De Martino <[email protected]>
1 parent b60daa8 commit 1a80c2e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ This file is used to list changes made in each version of the aws-parallelcluste
1515
**ENHANCEMENTS**
1616

1717
- Add support for multiple queues and multiple instance types feature with the Slurm scheduler.
18-
19-
**CHANGES**
20-
- Optimize scaling logic with Slurm scheduler, no longer based on Auto Scaling groups.
21-
- A Route53 private hosted zone is now created together with the cluster and used in DNS resolution inside cluster nodes
22-
when using Slurm scheduler.
18+
- Replace the previously available scaling components with: `clustermgtd` daemon that
19+
takes care of handling compute fleet management operations, included the processing of health check failures coming
20+
from EC2 and cluster start/stop operations; `slurm_resume` and `slurm_suspend` scripts that integrate with Slurm
21+
power saving plugin; `computemgtd` daemon that monitors the health of the system from the compute nodes.
22+
- Replace Auto Scaling Group with plain EC2 APIs when provisioning cluster nodes.
23+
- Register cluster nodes in a Route53 private hosted zone when DNS resolution is enabled for the cluster.
24+
- Register mapping between Slurm node names and EC2 instances in DynamoDB table.
25+
- Create log files for the new components in `/var/log/parallelcluster/` dir.
2326

2427
2.8.1
2528
-----

0 commit comments

Comments
 (0)