Releases: aws/aws-parallelcluster-node
AWS ParallelCluster v2.11.1
We're excited to announce the release of AWS ParallelCluster Node 2.11.1
This is associated with AWS ParallelCluster v2.11.1
CHANGES
- There were no notable changes for this version.
AWS ParallelCluster v2.11.0
We're excited to announce the release of AWS ParallelCluster Node 2.11.0
This is associated with AWS ParallelCluster v2.11.0
ENHANCEMENTS
- SGE: always use shortname as hostname filter with
qstat
. This will make nodewatcher more robust when using custom DHCP option, where the full hostname seen bySGE
might differ from the hostname returned from EC2 metadata(local-hostname). - Transition from IMDSv1 to IMDSv2.
- Have
computemgtd
reuse last available daemon configuration when the new one cannot be loaded. - Use methods with timeouts to read NFS shared files, which will prevent
computemgtd
from hanging when NFS filesystems are not available.
BUG FIXES
- Fix a bug that caused
clustermgtd
to not immediately replace instances with failed status check that are in replacement process.
AWS ParallelCluster v2.10.4
We're excited to announce the release of AWS ParallelCluster Node 2.10.4
This is associated with AWS ParallelCluster v2.10.4
CHANGES
- There were no notable changes for this version.
AWS ParallelCluster v2.10.3
We're excited to announce the release of AWS ParallelCluster Node 2.10.3
This is associated with AWS ParallelCluster v2.10.3
CHANGES
- There were no notable changes for this version.
AWS ParallelCluster v2.10.2
We're excited to announce the release of AWS ParallelCluster Node 2.10.2
This is associated with AWS ParallelCluster v2.10.2
CHANGES
- There were no notable changes for this version.
AWS ParallelCluster v2.10.1
We're excited to announce the release of AWS ParallelCluster Node 2.10.1
This is associated with AWS ParallelCluster v2.10.1
ENHANCEMENTS
- Improve error handling in slurm plugin processes when clustermgtd is down.
CHANGES
- Increase max attempts when retrying on Route53 API call failures.
AWS ParallelCluster v2.10.0
We're excited to announce the release of AWS ParallelCluster Node 2.10.0
This is associated with AWS ParallelCluster v2.10.0
ENHANCEMENTS
- Add new
all_or_nothing_batch
configuration parameter forslurm_resume
script. WhenTrue
,slurm_resume
will
succeed only if all the instances required by all the pending jobs in Slurm will be available.
CHANGES
- CentOS 6 is no longer supported.
- Optimize retrieval of nodes info from Slurm scheduler.
- Improve retrieval of instance type info by using
DescribeInstanceType
API. - Increase timeout from 10 to 30 seconds when
clustermgtd
andcomputemgtd
daemons invoke Slurm commands.
BUG FIXES
- Retrieve the right number of compute instance slots when instance type is updated.
- Fix a bug that was causing
clustermgtd
andcomputemgtd
sleep interval to be incorrectly computed when
system timezone is not set to UTC.
AWS ParallelCluster v2.9.1
We're excited to announce the release of AWS ParallelCluster Node 2.9.1.
This is associated with AWS ParallelCluster v2.9.1.
CHANGES
- There were no notable changes for this version.
AWS ParallelCluster v2.9.0
We're excited to announce the release of AWS ParallelCluster Node 2.9.0
This is associated with AWS ParallelCluster v2.9.0
ENHANCEMENTS
- Add support for multiple queues and multiple instance types feature with the Slurm scheduler.
- Replace the previously available scaling components with:
clustermgtd
daemon that takes care of handling compute fleet management operations, included the processing of health check failures coming from EC2 and cluster start/stop operations;slurm_resume
andslurm_suspend
scripts that integrate with Slurm power saving plugin;computemgtd
daemon that monitors the health of the system from the compute nodes. - Replace Auto Scaling Group with plain EC2 APIs when provisioning cluster nodes.
- Register cluster nodes in a Route53 private hosted zone when DNS resolution is enabled for the cluster.
- Register mapping between Slurm node names and EC2 instances in DynamoDB table.
- Create log files for the new components in
/var/log/parallelcluster/
dir.
- Replace the previously available scaling components with:
AWS ParallelCluster v2.8.1
We're excited to announce the release of AWS ParallelCluster Node 2.8.1.
This is associated with AWS ParallelCluster v2.8.1.
CHANGES
- There were no notable changes for this version.