From: Erez_Zadok Date: Mon, 24 Sep 2007 05:30:35 +0000 (-0400) Subject: Document the now-working nfs4 support. X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=8b50e9c1b74c89b0b09b2c7be25ab1b972eee5a9;p=unionfs-regression-odf.git Document the now-working nfs4 support. --- diff --git a/README b/README index 1c5eda9..d32fe54 100644 --- 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 ----------- diff --git a/run-all-tests b/run-all-tests index 4d408bd..0bd3aff 100755 --- a/run-all-tests +++ b/run-all-tests @@ -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..."