Skip to content

Commit d6340d2

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Fix Lustre not installed on RHEL 8.10
This commit fixes a bug introduced by #2764 Signed-off-by: Hanwen <[email protected]>
1 parent 581c14b commit d6340d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_redhat8.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
else
3737
action_install_lustre
3838
end
39+
else
40+
action_install_lustre
3941
end
4042
end
4143

cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_rocky8.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
else
3737
action_install_lustre
3838
end
39+
else
40+
action_install_lustre
3941
end
4042
end
4143

0 commit comments

Comments
 (0)