-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Lustre not installed on RHEL 8.10
This commit fixes a bug introduced by #2764 Signed-off-by: Hanwen <[email protected]>
- Loading branch information
1 parent
581c14b
commit d6340d2
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ | |
else | ||
action_install_lustre | ||
end | ||
else | ||
action_install_lustre | ||
end | ||
end | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ | |
else | ||
action_install_lustre | ||
end | ||
else | ||
action_install_lustre | ||
end | ||
end | ||
|
||
|