@@ -6,18 +6,59 @@ CHANGELOG
66=====
77
88**ENHANCEMENTS **
9- * Support two new Lustre Features, Scratch 2 and Persistent filesystems
10- * This adds two parameters ``deployment_type `` and ``per_unit_storage_throughput `` to the ``fsx `` section.
11- * New storage sizes ``storage_capacity ``, 1,200 GiB, 2,400 GiB and multiples of 2,400 are supported with ``SCRATCH_2 ``
12- * In transit encryption is available via ``kms_key_id `` parameter when ``deployment_type = PERSISTENT_1 ``.
13- * A new parameter, ``per_unit_storage_throughput `` is available when ``deployment_type = PERSISTENT_1 ``.
9+
10+ * Add support for Amazon Linux 2
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+ * 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
16+ * Add retry on throttling from CloudFormation API, happening when several compute nodes are being bootstrapped
17+ concurrently
18+ * Use sanity check logic to handle errors from getting latest Amazon Linux AMI id used for the dryrun calls
19+ * Display detailed substack failures when `pcluster create ` fails due to a substack error
20+ * 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+ * Add validator for FSx Lustre Weekly Maintenance Start Time parameter
23+ * Add validator to the KMS key provided for EBS, FSx, and EFS
24+ * Add validator for S3 external resource
25+ * Support two new FSx Lustre features, Scratch 2 and Persistent filesystems
26+
27+ * Add two new parameters ``deployment_type `` and ``per_unit_storage_throughput `` to the ``fsx `` section
28+ * Add new storage sizes ``storage_capacity ``, 1,200 GiB, 2,400 GiB and multiples of 2,400 are supported with ``SCRATCH_2 ``
29+ * In transit encryption is available via ``fsx_kms_key_id `` parameter when ``deployment_type = PERSISTENT_1 ``
30+ * New parameter ``per_unit_storage_throughput `` is available when ``deployment_type = PERSISTENT_1 ``
31+
1432
1533**CHANGES **
1634
35+ * Upgrade EFA installer to version 1.8.3:
36+
37+ * Kernel module: efa-1.5.1 (updated from efa-1.4.1)
38+ * RDMA core: rdma-core-25.0 (distributed only) (no change)
39+ * Libfabric: libfabric-aws-1.9.0amzn1.1 (updated from libfabric-aws-1.8.1amzn1.3)
40+ * 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+ * Install Python 2.7.17 on CentOS 6 and set it as default through pyenv
44+ * Install Ganglia from repository on Amazon Linux, Amazon Linux 2, CentOS 6 and CentOS 7
45+ * Disable StrictHostKeyChecking for SSH client when target host is inside cluster VPC for all OSs except CentOS 6
46+ * Pin Intel Python 2 and Intel Python 3 to version 2019.4
47+ * Automatically disable ptrace protection on Ubuntu 18.04 and Ubuntu 16.04 compute nodes when EFA is enabled.
48+ This is required in order to use local memory for interprocess communications in Libfabric provider
49+ as mentioned here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html#efa-start-ptrace
50+ * Packer version >= 1.4.0 is required for AMI creation
1751* Use version 5.2 of PyYAML for python 3 versions of 3.4 or earlier.
1852* Increase the total time allowed to build Docker images from 30 minutes to 60 minutes. This is done to better deal
1953 with slow networking in China regions.
2054
55+ **BUG FIXES **
56+
57+ * Fix issue with slurmd daemon not being restarted correctly when a compute node is rebooted
58+ * Fix errors causing Torque not able to locate jobs, setting server_name to fqdn on master node
59+ * 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
61+
21622.5.1
2263=====
2364
0 commit comments