You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
6
6
3.14.1
7
7
------
8
8
9
-
**ENHANCEMENTS**
10
-
- Ensure clustermgtd runs after cluster update. On success, start it unconditionally. On failure, start it if the queue reconfiguration succeeded.
11
-
12
9
**CHANGES**
10
+
- Improve cluster update resiliency by ensuring clustermgtd is started after updates complete successfully, or after failed updates where queue reconfiguration succeeded.
13
11
- Add chef attribute `cluster/in_place_update_on_fleet_enabled` to disable in-place updates on compute and login nodes
14
12
and mitigate performance impact at scale.
15
13
- Upgrade Slurm to version 24.11.7 (from 24.11.6).
@@ -29,9 +27,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
29
27
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.8-11
30
28
31
29
**BUG FIXES**
32
-
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
33
-
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
30
+
- Fix an issue where cfn-hup enters an endless loop on the head node after a rollback to a cluster state older than 24 hours, caused by cfn-signal failing to signal an expired wait condition handle.
34
31
- Fix race condition where compute nodes could deploy the wrong cluster config version after an update failure.
32
+
- Prevent cluster readiness check failures due to instances launched while the check is in progress.
33
+
- Fix incorrect timestamp parsing for chef-client.log in CloudWatch Agent configuration.
34
+
- Reduce EFA installation time for Ubuntu by ~20 minutes by only holding kernel packages for the installed kernel.
35
+
- Add GetFunction and GetPolicy permissions to PClusterBuildImageCleanupRole to prevent AccessDenied errors during build image stack deletion.
36
+
- Fix validation error messages when `DevSettings` is null or `DevSettings/InstanceTypesData` is missing required fields.
0 commit comments