Skip to content

Commit bc734d1

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cookbooks/aws-parallelcluster-environment/resources/lustre/lustre_ubuntu20+.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,9 @@
2323
use 'partial/_mount_unmount'
2424

2525
default_action :setup
26+
27+
def lustre_enabled?
28+
if node['platform_version'].to_i == 24
29+
false
30+
end
31+
end

0 commit comments

Comments
 (0)