File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cookbooks/aws-parallelcluster-environment Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1010- Upgrade Slurm to version 24.05.8.
1111
1212** BUG FIXES**
13- - Use ` v2.1.0-patched.tar.gz ` which pins backtrace version to v3.0.74
13+ - Use patched version of efs-utils v2.1.0 which pins backtrace version to v3.0.74 to resolve build image failure.
1414
15153.13.0
1616------
Original file line number Diff line number Diff line change 33default_action :install_utils
44
55property :efs_utils_version , String , default : '2.1.0'
6- property :efs_utils_checksum , String , default : 'f257a9859059710bcd8a4a870de2a8f11574b2615feeb7989b764820a9f0c887 '
6+ property :efs_utils_checksum , String , default : '82b476cc637f9b3d7c1b904ef5fe2ddcd5d7b6b9db1ca2faa649cd658fa50522 '
77
88def already_installed? ( package_name , expected_version )
99 Gem ::Version . new ( get_package_version ( package_name ) ) >= Gem ::Version . new ( expected_version )
Original file line number Diff line number Diff line change 66
77 describe file ( "#{ node [ 'cluster' ] [ 'sources_dir' ] } /efs-utils-2.1.0.tar.gz" ) do
88 it { should exist }
9- its ( 'sha256sum' ) { should eq 'f257a9859059710bcd8a4a870de2a8f11574b2615feeb7989b764820a9f0c887 ' }
9+ its ( 'sha256sum' ) { should eq '82b476cc637f9b3d7c1b904ef5fe2ddcd5d7b6b9db1ca2faa649cd658fa50522 ' }
1010 its ( 'owner' ) { should eq 'root' }
1111 its ( 'group' ) { should eq 'root' }
1212 its ( 'mode' ) { should cmp '0644' }
You can’t perform that action at this time.
0 commit comments