Skip to content

Commit ef33349

Browse files
jdeamicisfrancesco-giordano
authored andcommitted
Upgrade Slurm to version 21.08.8
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent 1b44d03 commit ef33349

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ aws-parallelcluster-cookbook CHANGELOG
33

44
This file is used to list changes made in each version of the AWS ParallelCluster cookbook.
55

6+
3.1.4
7+
------
8+
9+
**CHANGES**
10+
- Upgrade Slurm to version 21.08.8.
11+
612
3.1.3
713
------
814

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
# URLs to software packages used during install recipes
117117
# Slurm software
118118
default['cluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
119-
default['cluster']['slurm']['version'] = '21-08-6-1'
119+
default['cluster']['slurm']['version'] = '21-08-8-2'
120120
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
121-
default['cluster']['slurm']['sha1'] = '61c24d0dc89981112710cca571fcd0a2bdefb879'
121+
default['cluster']['slurm']['sha1'] = 'f7687c11f024fbbe5399b93906d1179adc5c3fb6'
122122
default['cluster']['slurm']['user'] = 'slurm'
123123
default['cluster']['slurm']['user_id'] = node['cluster']['reserved_base_uid'] + 1
124124
default['cluster']['slurm']['group'] = node['cluster']['slurm']['user']

0 commit comments

Comments
 (0)