Skip to content

Commit eb4b809

Browse files
Remove nfs
Signed-off-by: Hanwen <[email protected]>
1 parent adc19fd commit eb4b809

File tree

1 file changed

+0
-19
lines changed
  • cookbooks/aws-parallelcluster-environment/test/controls

1 file changed

+0
-19
lines changed

cookbooks/aws-parallelcluster-environment/test/controls/nfs_spec.rb

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
control 'tag:install_nfs_installed_with_right_version' do
2-
title 'Check NFS process is running and installed version'
3-
4-
only_if { !os_properties.on_docker? }
5-
6-
# Check nfsd process is running
7-
describe command('ps aux') do
8-
its('stdout') { should match(/nfsd/) }
9-
end
10-
11-
# Check version of NFS
12-
describe "Verify installed NFS version is 4\n" do
13-
nfs_version = command("rpcinfo -p localhost | awk '{print $5$2}' | grep nfs4")
14-
describe nfs_version do
15-
its('stdout') { should match "nfs4" }
16-
end
17-
end
18-
end
19-
201
control 'tag:config_nfs_configured_on_head_node' do
212
title 'Check that nfs is configured correctly'
223

0 commit comments

Comments
 (0)