Skip to content

Commit

Permalink
Fix NFS installation on Ubuntu
Browse files Browse the repository at this point in the history
This is a workaround for the issue in sous-chefs/nfs#93

Signed-off-by: Luca Carrogu <[email protected]>
  • Loading branch information
lukeseawalker committed Sep 22, 2022
1 parent 7abfed7 commit 8740ee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cookbooks/aws-parallelcluster-install/recipes/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
end

# Install NFS packages
if platform?('ubuntu') && node['platform_version'].to_f >= 16.04
# FIXME: https://github.com/sous-chefs/nfs/issues/93
include_recipe "nfs::server"
end
include_recipe "nfs::server4"

# Put setup-ephemeral-drives.sh onto the host
Expand Down

0 comments on commit 8740ee2

Please sign in to comment.