Skip to content

Commit 9eef3a1

Browse files
demartinofratilne
authored andcommitted
Changelog v2.6.1
Signed-off-by: Francesco De Martino <[email protected]>
1 parent 071c850 commit 9eef3a1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

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+
632
2.6.0
733
-----
834

0 commit comments

Comments
 (0)