Document the now-working nfs4 support.
authorErez_Zadok <ezk@cs.sunysb.edu>
Mon, 24 Sep 2007 05:30:35 +0000 (01:30 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Mon, 24 Sep 2007 05:30:35 +0000 (01:30 -0400)
README
run-all-tests

diff --git a/README b/README
index 1c5eda908f205db33ece237b05aee210859d5dd9..d32fe540ef8bb49a406e32192835e883974ffa66 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
-                Unionfs 2.0 Regression Test Suite README
+                Unionfs 2.x Regression Test Suite README
                 ****************************************
 
-Local File Systems Tests (tested with ext2, ext3, ext4, xfs, reiser4, and reiserfs)
------------------------------------------------------------------------------------
+Local File Systems Tests
+(tested with ext2, ext3, ext4, xfs, reiser4, and reiserfs)
+------------------------------------------------------------------------------
 
 The current regression suite requires that you define four separate
 local-disk devices, which WILL BE FORMATTED(!) by the regression suite
@@ -82,8 +83,6 @@ FS3=nfs4      # NFSv4
 For NFS tests, run-tests will format a loop device based file system with
 ext2, and export it to localhost.
 
-Note: unionfs doesn't yet work with nfs4
-
 ##############################################################################
 JFFS2 Tests
 -----------
index 4d408bd46df527f767397ad99a0171dad89b1d19..0bd3affbff89b25656c0163e65fac852f6dbe2af 100755 (executable)
@@ -4,9 +4,8 @@
 # ensure that all binaries are properly built
 make || exit $?
 
-# support for nfs4 isn't ready yet
 # reiser4 seems buggy on its own (tested in 2.6.21)
-LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3 jffs2 ramfs tmpfs cramfs squashfs"
+LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3 nfs4 jffs2 ramfs tmpfs cramfs squashfs"
 for fs in $LIST
 do
        echo "Running $fs tests..."