@@ -9,16 +9,16 @@ CHANGELOG
9
9
10
10
* Add support for Amazon Linux 2
11
11
* 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
14
12
* 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
16
18
* Add retry on throttling from CloudFormation API, happening when several compute nodes are being bootstrapped
17
19
concurrently
18
- * Use sanity check logic to handle errors from getting latest Amazon Linux AMI id used for the dryrun calls
19
20
* Display detailed substack failures when `pcluster create ` fails due to a substack error
20
21
* 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
22
22
* Add validator for FSx Lustre Weekly Maintenance Start Time parameter
23
23
* Add validator to the KMS key provided for EBS, FSx, and EFS
24
24
* Add validator for S3 external resource
@@ -32,14 +32,14 @@ CHANGELOG
32
32
33
33
**CHANGES **
34
34
35
+ * Upgrade Slurm to version 19.05.5
36
+ * Upgrade Intel MPI to version U6
35
37
* Upgrade EFA installer to version 1.8.3:
36
38
37
39
* Kernel module: efa-1.5.1 (updated from efa-1.4.1)
38
40
* RDMA core: rdma-core-25.0 (distributed only) (no change)
39
41
* Libfabric: libfabric-aws-1.9.0amzn1.1 (updated from libfabric-aws-1.8.1amzn1.3)
40
42
* 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
43
43
* Install Python 2.7.17 on CentOS 6 and set it as default through pyenv
44
44
* Install Ganglia from repository on Amazon Linux, Amazon Linux 2, CentOS 6 and CentOS 7
45
45
* Disable StrictHostKeyChecking for SSH client when target host is inside cluster VPC for all OSs except CentOS 6
@@ -49,15 +49,13 @@ CHANGELOG
49
49
as mentioned here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html#efa-start-ptrace
50
50
* Packer version >= 1.4.0 is required for AMI creation
51
51
* 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.
54
52
55
53
**BUG FIXES **
56
54
57
55
* Fix issue with slurmd daemon not being restarted correctly when a compute node is rebooted
58
56
* Fix errors causing Torque not able to locate jobs, setting server_name to fqdn on master node
59
57
* 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
61
59
62
60
2.5.1
63
61
=====
0 commit comments