@@ -9,16 +9,16 @@ CHANGELOG
99
1010* Add support for Amazon Linux 2
1111* Add support for NICE DCV on Ubuntu 18.04
12- * Install and setup Amazon Time Sync on all OSs
13- * Compile Slurm with mysql accounting plugin on Ubuntu 18.04 and Ubuntu 16.04
1412* Add support for FSx Lustre on Ubuntu 18.04 and Ubuntu 16.04
15- * Add `--keep-logs ` flag for `pcluster delete ` command. When set, a cluster's CloudWatch logs will not be deleted
13+ * New CloudWatch logging capability to collect cluster and job scheduler logs to CloudWatch for cluster monitoring and inspection
14+
15+ * Add `--keep-logs ` flag to `pcluster delete ` command to preserve logs at cluster deletion
16+ * Install and setup Amazon Time Sync on all OSs
17+ * Compile Slurm with mysql accounting plugin also on Ubuntu 18.04 and Ubuntu 16.04
1618* Add retry on throttling from CloudFormation API, happening when several compute nodes are being bootstrapped
1719 concurrently
18- * Use sanity check logic to handle errors from getting latest Amazon Linux AMI id used for the dryrun calls
1920* Display detailed substack failures when `pcluster create ` fails due to a substack error
2021* Create additional EFS mount target in the AZ of compute subnet, if needed
21- * Add warning message in CLI logs when DCV port is open to 0.0.0.0/0
2222* Add validator for FSx Lustre Weekly Maintenance Start Time parameter
2323* Add validator to the KMS key provided for EBS, FSx, and EFS
2424* Add validator for S3 external resource
@@ -32,14 +32,14 @@ CHANGELOG
3232
3333**CHANGES **
3434
35+ * Upgrade Slurm to version 19.05.5
36+ * Upgrade Intel MPI to version U6
3537* Upgrade EFA installer to version 1.8.3:
3638
3739 * Kernel module: efa-1.5.1 (updated from efa-1.4.1)
3840 * RDMA core: rdma-core-25.0 (distributed only) (no change)
3941 * Libfabric: libfabric-aws-1.9.0amzn1.1 (updated from libfabric-aws-1.8.1amzn1.3)
4042 * Open MPI: openmpi40-aws-4.0.2 (no change)
41- * Add SHA256 checksum verification to verify integrity of NICE DCV packages
42- * Upgrade Slurm to version 19.05.5
4343* Install Python 2.7.17 on CentOS 6 and set it as default through pyenv
4444* Install Ganglia from repository on Amazon Linux, Amazon Linux 2, CentOS 6 and CentOS 7
4545* Disable StrictHostKeyChecking for SSH client when target host is inside cluster VPC for all OSs except CentOS 6
@@ -49,15 +49,13 @@ CHANGELOG
4949 as mentioned here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html#efa-start-ptrace
5050* Packer version >= 1.4.0 is required for AMI creation
5151* Use version 5.2 of PyYAML for python 3 versions of 3.4 or earlier.
52- * Increase the total time allowed to build Docker images from 30 minutes to 60 minutes. This is done to better deal
53- with slow networking in China regions.
5452
5553**BUG FIXES **
5654
5755* Fix issue with slurmd daemon not being restarted correctly when a compute node is rebooted
5856* Fix errors causing Torque not able to locate jobs, setting server_name to fqdn on master node
5957* Fix Torque issue that was limiting the max number of running jobs to the max size of the cluster
60- * Fix OS validation depending on the scheduler
58+ * Fix OS validation depending on the configured scheduler
6159
62602.5.1
6361=====
0 commit comments