Skip to content

Commit 9a05e17

Browse files
committed
Do not install lustre on ubuntu2404
1 parent 0b72979 commit 9a05e17

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/aws-parallelcluster-environment/recipes

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/recipes/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
cloudwatch 'Install amazon-cloudwatch-agent'
2020
efa 'Install EFA'
2121
raid 'Install RAID prerequisite packages'
22-
if lustre_enabled?
22+
if lustre_enabled? && !ubuntu2404?
2323
lustre 'Install FSx options'
2424
end
2525
efs 'Install efs-utils'

0 commit comments

Comments
 (0)