Skip to content

Commit 88dfc62

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Upgrade Slurm to version 21.08.6
Signed-off-by: Hanwen <[email protected]>
1 parent 0ebfccb commit 88dfc62

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ 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-
3.1.0
13+
**CHANGES**
14+
- Upgrade Slurm to version 21.08.6.
15+
16+
3.1.1
1417
------
1518

1619
**ENHANCEMENTS**

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)