Skip to content

Commit 637319d

Browse files
committed
Update CHANGELOG entries for 3.6.0b1 release
Signed-off-by: Enrico Usai <[email protected]>
1 parent 3f6ff21 commit 637319d

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

CHANGELOG.md

+15-16
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,20 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717

1818
**ENHANCEMENTS**
1919
- Add support for RHEL8.
20-
- Enforce the DCV Authenticator Server to use at least `TLS-1.2` protocol when creating the SSL Socket.
21-
- Track head node memory and root volume disk utilization using the `mem_used_percent` and `disk_used_percent` metrics collected through the CloudWatch Agent.
22-
- Add log rotation support for ParallelCluster managed logs.
2320
- Add support for customizing the cluster Slurm configuration via the ParallelCluster configuration YAML file.
21+
- Build Slurm with support for LUA.
2422
- Add health check manager and GPU health check, which can be activated through cluster configuration.
2523
Health check manager execution is triggered by a Slurm prolog script. GPU check verifies healthiness of a node by executing NVIDIA DCGM L2 diagnostic.
26-
- Build Slurm with support for LUA.
24+
- Add log rotation support for ParallelCluster managed logs.
25+
- Track head node memory and root volume disk utilization using the `mem_used_percent` and `disk_used_percent` metrics collected through the CloudWatch Agent.
26+
- Enforce the DCV Authenticator Server to use at least `TLS-1.2` protocol when creating the SSL Socket.
2727

2828
**CHANGES**
29+
- Upgrade Slurm to version 23.02.1.
30+
- Upgrade munge to version 0.5.15.
31+
- Set Slurm default `TreeWidth` to 30.
32+
- Set Slurm prolog and epilog configurations to target a directory, `/opt/slurm/etc/scripts/prolog.d/` and `/opt/slurm/etc/scripts/epilog.d/` respectively.
33+
- Set Slurm `BatchStartTimeout` to 3 minutes so to allow max 3 minutes Prolog execution during compute node registration.
2934
- Upgrade EFA installer to `1.22.1`
3035
- Dkms : `2.8.3-2`
3136
- Efa-driver: `efa-2.1.1g`
@@ -34,20 +39,14 @@ This file is used to list changes made in each version of the AWS ParallelCluste
3439
- Libfabric-aws: `libfabric-aws-1.17.1-1`
3540
- Rdma-core: `rdma-core-43.0-1`
3641
- Open MPI: `openmpi40-aws-4.1.5-1`
37-
- Upgrade Lustre client version to 2.12 on Amazon Linux 2. Lustre client 2.12 has been installed on Ubuntu 20.04, 18.04 and CentOS >= 7.7. Upgrade Lustre client version to 2.10.8 on CentOS 7.6.
38-
- Upgrade aws-cfn-bootstrap to version 2.0-24.
39-
- Set Slurm prolog and epilog configurations to target a directory, /opt/slurm/etc/scripts/prolog.d/ and /opt/slurm/etc/scripts/epilog.d/ respectively.
40-
- Set Slurm BatchStartTimeout to 3 minutes so to allow max 3 minutes Prolog execution during compute node registration.
41-
- Upgrade Slurm to version 23.02.1.
42-
- Upgrade munge to version 0.5.15.
43-
- Set Slurm default `TreeWidth` to 30.
44-
45-
**BUG FIXES**
46-
- Fix IP association on instances with multiple network cards.
47-
- Fix replacement of StoragePass in slurm_parallelcluster_slurmdbd.conf when a queue parameter update is performed and the Slurm accounting configurations are not updated.
42+
- Upgrade Lustre client version to 2.12 on Amazon Linux 2 (same version available on Ubuntu 20.04, 18.04 and CentOS >= 7.7).
43+
- Upgrade Lustre client version to 2.10.8 on CentOS 7.6.
44+
- Upgrade `aws-cfn-bootstrap` to version 2.0-24.
4845

4946
**BUG FIXES**
50-
- Fix issue causing cfn-hup daemon to fail when it gets restarted.
47+
- Fix an issue that was causing misalignment of compute nodes IP on instances with multiple network interfaces.
48+
- Fix replacement of `StoragePass` in `slurm_parallelcluster_slurmdbd.conf` when a queue parameter update is performed and the Slurm accounting configurations are not updated.
49+
- Fix issue causing `cfn-hup` daemon to fail when it gets restarted.
5150

5251
3.5.1
5352
------

0 commit comments

Comments
 (0)