|
2 | 2 | CHANGELOG |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +2.9.0 |
| 6 | +===== |
| 7 | + |
| 8 | +**ENHANCEMENTS** |
| 9 | + |
| 10 | +* Add support for multiple queues and multiple instance types feature with the Slurm scheduler. |
| 11 | +* Extend NICE DCV support to ARM instances. |
| 12 | +* Extend support to disable hyperthreading on instances (like \*.metal) that don't support CpuOptions in |
| 13 | + LaunchTemplate. |
| 14 | +* Enable support for NFS 4 for the filesystems shared from the head node. |
| 15 | +* Add CLI utility to convert configuration files with Slurm scheduler to new format to support multiple queues |
| 16 | + configuration. |
| 17 | +* Add script wrapper to support Torque-like commands with the Slurm scheduler. |
| 18 | +* Remove dependency on cfn-init in compute nodes bootstrap in order to avoid throttling and delays caused by CloudFormation when a large number of compute nodes join the cluster. |
| 19 | + |
| 20 | +**CHANGES** |
| 21 | + |
| 22 | +* Introduce new configuration sections and parameters to support multiple queues and multiple instance types. |
| 23 | +* Optimize scaling logic with Slurm scheduler, no longer based on Auto Scaling groups. |
| 24 | +* A Route53 private hosted zone is now created together with the cluster and used in DNS resolution inside cluster nodes |
| 25 | + when using Slurm scheduler. |
| 26 | +* Upgrade EFA installer to version 1.9.5: |
| 27 | + * EFA configuration: ``efa-config-1.4`` (from efa-config-1.3) |
| 28 | + * EFA profile: ``efa-profile-1.0.0`` |
| 29 | + * EFA kernel module: ``efa-1.6.0`` (no change) |
| 30 | + * RDMA core: ``rdma-core-28.amzn0`` (no change) |
| 31 | + * Libfabric: ``libfabric-1.10.1amazon1.1`` (no change) |
| 32 | + * Open MPI: ``openmpi40-aws-4.0.3`` (no change) |
| 33 | +* Upgrade Slurm to version 20.02.4. |
| 34 | +* Upgrade NICE DCV to version 2020.1-9012. |
| 35 | +* Use private IP instead of master node hostname when mounting shared NFS drives. |
| 36 | +* Add new log streams to CloudWatch: chef-client, clustermgtd, computemgtd, slurm_resume, slurm_suspend. |
| 37 | +* Add support for queue names in pre/post install scripts. |
| 38 | +* Use PAY_PER_REQUEST billing mode for DynamoDb table in govcloud regions. |
| 39 | + |
| 40 | +**BUG FIXES** |
| 41 | + |
| 42 | +* Solve dpkg lock issue with Ubuntu that prevented custom AMI creation in some cases. |
| 43 | +* Add/improve sanity checks for some configuration parameters. |
| 44 | +* Prevent ignored changes from being reported in ``pcluster update`` output. |
| 45 | +* Fix incompatibility issues with python 2.7 for ``pcluster update``. |
| 46 | +* Fix SNS Topic Subscriptions not being deleted with cluster's CloudFormation stack. |
| 47 | + |
5 | 48 | 2.8.1 |
6 | 49 | ===== |
7 | 50 |
|
|
0 commit comments