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
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,19 @@ This file is used to list changes made in each version of the AWS ParallelCluste
7
7
------
8
8
9
9
**ENHANCEMENTS**
10
+
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
11
+
without replacing compute and login fleet.
10
12
- Add support for RHEL9.
11
13
- Add support for Rocky Linux 9 as `CustomAmi` created through `build-image` process. No public official ParallelCluster Rocky9 Linux AMI is made available at this time.
12
14
- Add the configuration parameter `DeploymentSettings/DefaultUserHome` to allow users to move the default user's home directory to `/local/home` instead of `/home` (default).
13
15
- SSH connections will be closed and rejected while the user's home directory is being moved during the bootstrapping process.
14
16
- Add possibility to choose between Open and Closed Source Nvidia Drivers when building an AMI, through the ```['cluster']['nvidia']['kernel_open']``` cookbook node attribute.
15
-
- Permit to update the external shared storage of type Efs, FsxLustre, FsxOntap, FsxOpenZfs and FileCache
16
-
without replacing compute and login fleet.
17
17
- Add configuration parameter `DeploymentSettings/DisableSudoAccessForDefaultUser` to disable sudo access of default user in supported OSes.
18
18
19
19
**CHANGES**
20
20
- Upgrade Slurm to 23.11.4 (from 23.02.7).
21
21
- Upgrade Pmix to 4.2.9 (from 4.2.6).
22
22
- Upgrade NVIDIA driver to version 535.154.05.
23
-
- Upgrade third-party cookbook dependencies:
24
-
- nfs-5.1.2 (from nfs-5.0.0)
25
23
- Upgrade EFA installer to `1.30.0`.
26
24
- Efa-driver: `efa-2.6.0-1`
27
25
- Efa-config: `efa-config-1.15-1`
@@ -35,6 +33,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
35
33
- gl: `2023.1.1047-1`
36
34
- web_viewer: `2023.1.16388-1`
37
35
- Upgrade ARM PL to version 23.10.
36
+
- Upgrade third-party cookbook dependencies:
37
+
- nfs-5.1.2 (from nfs-5.0.0)
38
38
39
39
**BUG FIXES**
40
40
- Fix issue making job fail when submitted as active directory user from login nodes.
0 commit comments