Skip to content

Commit 491f7a5

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[AL2023] Configure NFS server the same way as AL2
This was discovered by a kitchen test checking NFS thread. After the commit, the kitchen test has been passed Signed-off-by: Hanwen <[email protected]>
1 parent 7bbb87d commit 491f7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-environment/resources/nfs/nfs_alinux2023.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
action_class do
3232
def override_server_template
3333
edit_resource(:template, node['nfs']['config']['server_template']) do
34-
cookbook 'nfs'
34+
source 'nfs/default-nfs-kernel-server.conf.erb'
35+
cookbook 'aws-parallelcluster-environment'
3536
end
3637
end
3738
end

0 commit comments

Comments
 (0)