From 03780d066ae7c78b969e2316dbde85e4ca0fcb85 Mon Sep 17 00:00:00 2001 From: Rajesh Joseph Date: Fri, 31 May 2013 18:17:21 +0530 Subject: nfs: AUTH support for exported sub-directories Problem: NFS allows exporting subdirectories but there is not support for providing AUTH on per directory basis. Fix: Modified nfs.export-dir to include AUTH parameters e.g. nfs.export-dir "/dir1(10.1.1.2),/dir2(10.1.1.0/24|host1) During mount operation NFS will check if the IP from where the connection is made is configured in the AUTH parameter, else the mount operation will fail with EACCES error. Updated admin-guide and volume set help message. Change-Id: I5c6d22edb168b4f46376d1cd6878cd065fc081cc BUG: 968227 Signed-off-by: Rajesh Joseph Reviewed-on: http://review.gluster.org/5124 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- tests/bugs/bug-887145.t | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/bugs/bug-887145.t') diff --git a/tests/bugs/bug-887145.t b/tests/bugs/bug-887145.t index 4d642f8c5..e2013e50b 100755 --- a/tests/bugs/bug-887145.t +++ b/tests/bugs/bug-887145.t @@ -1,14 +1,10 @@ #!/bin/bash . $(dirname $0)/../include.rc +. $(dirname $0)/../nfs.rc cleanup; -function is_nfs_export_available { -exp=$(showmount -e | grep $V0 | wc -l) -echo "$exp" -} - TEST glusterd TEST pidof glusterd TEST $CLI volume create $V0 replica 2 $H0:$B0/${V0}{1,2}; -- cgit