Skip to content

Commit 95f0931

Browse files
Upgrade Slurm to version 21.08.6
Signed-off-by: Hanwen <[email protected]>
1 parent 916acd3 commit 95f0931

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1010
- Fix the update of `/etc/hosts` file on computes nodes when a cluster is deployed in subnets without internet access.
1111
- Fix compute nodes bootstrap by waiting for ephemeral drives initialization before joining the cluster.
1212

13+
**CHANGES**
14+
- Upgrade Slurm to version 21.08.6.
15+
1316
3.1.1
1417
------
1518

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-5-1'
119+
default['cluster']['slurm']['version'] = '21-08-6-1'
120120
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
121-
default['cluster']['slurm']['sha1'] = '1416539a06c866605b8d464daf6c98d881592361'
121+
default['cluster']['slurm']['sha1'] = 'f2672e03dd4fe63cc682df2333182c5fb3033279'
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)