Skip to content

Commit d541414

Browse files
authored
Upgrade Slurm to version 22.05.7 (aws#1630)
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent d2b12d0 commit d541414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +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.
23+
- Upgrade Slurm to version 22.05.7.
2424
- Upgrade Python to 3.9.16 and 3.7.16.
2525

2626
3.3.0

attributes/default.rb

+2-2
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-6-1'
141+
default['cluster']['slurm']['version'] = '22-05-7-1'
142142
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
143-
default['cluster']['slurm']['sha1'] = 'bd2fbc4f6fcf41bfce899eaac0d92d9f09996cd3'
143+
default['cluster']['slurm']['sha1'] = 'a9208e0d6af8465e417d5a60a6ea82b151b6fc34'
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)