Skip to content

Commit

Permalink
Upgrade Slurm to version 21.08.6
Browse files Browse the repository at this point in the history
Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Feb 24, 2022
1 parent 916acd3 commit 95f0931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Fix the update of `/etc/hosts` file on computes nodes when a cluster is deployed in subnets without internet access.
- Fix compute nodes bootstrap by waiting for ephemeral drives initialization before joining the cluster.

**CHANGES**
- Upgrade Slurm to version 21.08.6.

3.1.1
------

Expand Down
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
# URLs to software packages used during install recipes
# Slurm software
default['cluster']['slurm_plugin_dir'] = '/etc/parallelcluster/slurm_plugin'
default['cluster']['slurm']['version'] = '21-08-5-1'
default['cluster']['slurm']['version'] = '21-08-6-1'
default['cluster']['slurm']['url'] = "https://github.com/SchedMD/slurm/archive/slurm-#{node['cluster']['slurm']['version']}.tar.gz"
default['cluster']['slurm']['sha1'] = '1416539a06c866605b8d464daf6c98d881592361'
default['cluster']['slurm']['sha1'] = 'f2672e03dd4fe63cc682df2333182c5fb3033279'
default['cluster']['slurm']['user'] = 'slurm'
default['cluster']['slurm']['user_id'] = node['cluster']['reserved_base_uid'] + 1
default['cluster']['slurm']['group'] = node['cluster']['slurm']['user']
Expand Down

0 comments on commit 95f0931

Please sign in to comment.