Skip to content

Commit 3617095

Browse files
committed
Update 3.8.0 changelog
Signed-off-by: Enrico Usai <[email protected]>
1 parent 8d2bb6d commit 3617095

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

CHANGELOG.md

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2525
------
2626

2727
**ENHANCEMENTS**
28-
- Add support for Rocky Linux 8.
2928
- Add support for EC2 Capacity Blocks for ML.
30-
- Add support for `Scheduling/SlurmSettings/Database/DatabaseName` parameter to render `StorageLoc` in the slurmdbd configuration generated by ParallelCluster.
31-
- Add the option to use EFS storage instead of NFS exports from the head node root volume for intra-cluster shared ParallelCluster, Intel, Slurm, login node, and /home data.
29+
- Add support for Rocky Linux 8.
30+
- Add support for `Scheduling/SlurmSettings/Database/DatabaseName` parameter to render `StorageLoc`
31+
in the slurmdbd configuration generated by ParallelCluster.
32+
- Add the option to use EFS storage instead of NFS exports from the head node root volume
33+
for intra-cluster shared file system resources: ParallelCluster, Intel, Slurm, and `/home` data.
3234
- Allow for mounting `home` as an EFS or FSx external shared storage via the `SharedStorage` section of the config file.
3335

3436
**CHANGES**
3537
- Upgrade Slurm to 23.02.7 (from 23.02.6).
36-
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
37-
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.
38-
- Upgrade Python to 3.9.17.
3938
- Upgrade NVIDIA driver to version 535.129.03.
40-
- Upgrade CUDA Toolkit to version 12.2.2
39+
- Upgrade CUDA Toolkit to version 12.2.2.
4140
- Use Open Source NVIDIA GPU drivers (OpenRM) as NVIDIA kernel module for Linux instead of NVIDIA closed source module.
41+
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
4242
- Upgrade EFA installer to `1.29.0`.
4343
- Efa-driver: `efa-2.6.0-1`
4444
- Efa-config: `efa-config-1.15-1`
@@ -47,11 +47,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
4747
- Rdma-core: `rdma-core-46.0-1`
4848
- Open MPI: `openmpi40-aws-4.1.6-1`
4949
- Upgrade GDRCopy to version 2.4 in all supported OSes, except for Centos 7 where version 2.3.1 is used.
50+
- Upgrade `aws-cfn-bootstrap` to version 2.0-28.
51+
- Upgrade Python to 3.9.17.
5052

5153
**BUG FIXES**
5254
- Fix inconsistent scaling configuration after cluster update rollback when modifying the list of instance types declared in the Compute Resources.
5355
- Fix users SSH keys generation when switching users without root privilege in clusters integrated with an external LDAP server through cluster configuration files.
54-
- Fix disabling Slurm power save mode when setting ScaledownIdletime = -1
56+
- Fix disabling Slurm power save mode when setting `ScaledownIdletime = -1`.
5557
- Fix hard-coded path to Slurm installation dir in `update_slurm_database_password.sh` script for Slurm Accounting.
5658

5759
3.7.2
@@ -725,7 +727,7 @@ When using a custom AMI with a preinstalled EFA package, no actions are taken at
725727
**CHANGES**
726728

727729
- A Route53 private hosted zone is now created together with the cluster and used in DNS resolution inside cluster nodes
728-
when using Slurm scheduler.
730+
when using Slurm scheduler.
729731
- Upgrade EFA installer to version 1.9.5:
730732
- EFA configuration: ``efa-config-1.4`` (from efa-config-1.3)
731733
- EFA profile: ``efa-profile-1.0.0``
@@ -1096,7 +1098,7 @@ When using a custom AMI with a preinstalled EFA package, no actions are taken at
10961098
-----
10971099

10981100
- Set SGE Accounting summary to be true, this reports a single accounting record
1099-
for a mpi job
1101+
for a mpi job
11001102
- Add option to disable ganglia `extra_json = { "cfncluster" : { "ganglia_enabled" : "no" } }`
11011103

11021104

@@ -1111,48 +1113,48 @@ for a mpi job
11111113

11121114
Major new features/updates:
11131115

1114-
- Added parameter to specify custom cfncluster-node package
1116+
- Added parameter to specify custom cfncluster-node package
11151117

11161118
Bug fixes/minor improvements:
11171119

1118-
- Fixed poise-python dependecy issue
1119-
- Poll on EBS Volume attachment status
1120-
- Added more info on failure of pre and post install files
1121-
- Fixed SLURM cron job to publish pending metric
1120+
- Fixed poise-python dependecy issue
1121+
- Poll on EBS Volume attachment status
1122+
- Added more info on failure of pre and post install files
1123+
- Fixed SLURM cron job to publish pending metric
11221124

11231125
1.4.1
11241126
-----
11251127

11261128
Major new features/updates:
11271129

1128-
- Updated to latest cfncluster-node 1.4.3
1130+
- Updated to latest cfncluster-node 1.4.3
11291131

11301132
1.4.0
11311133
-----
11321134

11331135
Major new features/updates:
11341136

1135-
- Updated to Amazon Linux 2017.09.1
1136-
- Applied patches to Ubuntu 16.04
1137-
- Applied patches to Ubuntu 14.04
1138-
- Updated to Centos 7.4
1139-
- Upgraded Centos 6 AMI
1140-
- Updated to Nvidia driver 384
1141-
- Updated to CUDA 9
1142-
- Updated to latest cfncluster-node 1.4.2
1137+
- Updated to Amazon Linux 2017.09.1
1138+
- Applied patches to Ubuntu 16.04
1139+
- Applied patches to Ubuntu 14.04
1140+
- Updated to Centos 7.4
1141+
- Upgraded Centos 6 AMI
1142+
- Updated to Nvidia driver 384
1143+
- Updated to CUDA 9
1144+
- Updated to latest cfncluster-node 1.4.2
11431145

11441146
Bug fixes/minor improvements:
11451147

1146-
- Added support for NVMe-based instance store
1147-
- Fixed ganglia plotting issue on ubuntu
1148-
- Fixed slow SLURM scaling times on systemd platforms.
1148+
- Added support for NVMe-based instance store
1149+
- Fixed ganglia plotting issue on ubuntu
1150+
- Fixed slow SLURM scaling times on systemd platforms.
11491151

11501152
1.3.2
11511153
-----
1152-
- Relicensed to Apache License 2.0
1153-
- Updated to Amazon Linux 2017.03
1154-
- Pulled in latest cookbook dependencies
1155-
- Removed Openlava support
1154+
- Relicensed to Apache License 2.0
1155+
- Updated to Amazon Linux 2017.03
1156+
- Pulled in latest cookbook dependencies
1157+
- Removed Openlava support
11561158

11571159
1.2.0
11581160
-----

0 commit comments

Comments
 (0)