File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,32 @@ aws-parallelcluster-cookbook CHANGELOG
3
3
4
4
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
5
5
6
+ 2.6.1
7
+ -----
8
+
9
+ ** ENHANCEMENTS**
10
+ - Change ProctrackType from proctrack/gpid to proctrack/cgroup in slurm.conf in order to better handle termination of
11
+ stray processes when running MPI applications. This also includes the creation of a cgroup Slurm configuration in
12
+ in order to enable the cgroup plugin.
13
+ - Skip execution, at node bootstrap time, of all those install recipes that are already applied at AMI creation time.
14
+ The old behaviour can be restored setting the property "skip_install_recipes" to "no" through extra_json. The old
15
+ behaviour is required in case a custom_node_package is specified and could be needed in case custom_cookbook is used
16
+ (depending or not if the custom cookbook contains changes into any * _ install recipes)
17
+ - Start CloudWatch agent earlier in the node bootstrapping phase so that cookbook execution failures are correctly
18
+ uploaded and are available for troubleshooting.
19
+
20
+ ** CHANGES**
21
+ - FSx Lustre: remove ` x-systemd.requires=lnet.service ` from mount options in order to rely on default lnet setup
22
+ provided by Lustre.
23
+ - Enforce Packer version to be >= 1.4.0 when building an AMI. This is also required for customers using `pcluster
24
+ createami` command.
25
+ - Remove /tmp/proxy.sh file. Proxy configuration is now written into /etc/profile.d/proxy.sh
26
+
27
+ ** BUG FIXES**
28
+ - Fix installation of Intel Parallel Studio XE Runtime that requires yum4 since version 2019.5.
29
+ - Fix compilation of Torque scheduler on Ubuntu 18.04.
30
+
31
+
6
32
2.6.0
7
33
-----
8
34
You can’t perform that action at this time.
0 commit comments