From d6340d2a73b79574417c87a91872e7b7f85a7969 Mon Sep 17 00:00:00 2001 From: Hanwen Date: Thu, 20 Jun 2024 06:01:56 -0700 Subject: [PATCH] Fix Lustre not installed on RHEL 8.10 This commit fixes a bug introduced by https://github.com/aws/aws-parallelcluster-cookbook/pull/2764 Signed-off-by: Hanwen --- .../resources/lustre/lustre_redhat8.rb | 2 ++ .../resources/lustre/lustre_rocky8.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_redhat8.rb b/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_redhat8.rb index 412d0014a..839740c03 100644 --- a/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_redhat8.rb +++ b/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_redhat8.rb @@ -36,6 +36,8 @@ else action_install_lustre end + else + action_install_lustre end end diff --git a/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_rocky8.rb b/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_rocky8.rb index 0c981f27d..50bc23d40 100644 --- a/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_rocky8.rb +++ b/cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_rocky8.rb @@ -36,6 +36,8 @@ else action_install_lustre end + else + action_install_lustre end end