Skip to content

Commit 19c311f

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Fix hash of Slurm 21.08.6
We download Slurm from Github, so the hash is different from SchedMD release docs. Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 88dfc62 commit 19c311f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
default['cluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
119119
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'] = 'f2672e03dd4fe63cc682df2333182c5fb3033279'
121+
default['cluster']['slurm']['sha1'] = '61c24d0dc89981112710cca571fcd0a2bdefb879'
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)