Skip to content

Commit 38e0fed

Browse files
authored
Upgrade Slurm to version 22.05.6 (#1622)
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
1 parent c0a5ea4 commit 38e0fed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2020
- Mount EFS file systems using `amazon-efs-utils`. EFS files systems can be mounted using in-transit encryption and IAM authorized user.
2121
- Install `stunnel` 5.67 on CentOS7 and Ubuntu to support EFS in-transit encryption.
2222
- Add possibility to execute a custom script in the head node during the update of the cluster.
23+
- Upgrade Slurm to version 22.05.6.
2324
- Upgrade Python to 3.9.16 and 3.7.16.
2425

2526
3.3.0

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
# URLs to software packages used during install recipes
139139
# Slurm software
140140
default['cluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
141-
default['cluster']['slurm']['version'] = '22-05-5-1'
141+
default['cluster']['slurm']['version'] = '22-05-6-1'
142142
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
143-
default['cluster']['slurm']['sha1'] = 'afc0b304755718655f523b973401b243f98f0062'
143+
default['cluster']['slurm']['sha1'] = 'bd2fbc4f6fcf41bfce899eaac0d92d9f09996cd3'
144144
default['cluster']['slurm']['user'] = 'slurm'
145145
default['cluster']['slurm']['user_id'] = node['cluster']['reserved_base_uid'] + 1
146146
default['cluster']['slurm']['group'] = node['cluster']['slurm']['user']

0 commit comments

Comments
 (0)