File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ This file is used to list changes made in each version of the aws-parallelcluste
15
15
** ENHANCEMENTS**
16
16
17
17
- 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.
23
26
24
27
2.8.1
25
28
-----
You can’t perform that action at this time.
0 commit comments