summaryrefslogtreecommitdiffstats
path: root/utils/exportfs
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-08-07 14:19:32 +1000
committerNeil Brown <neilb@suse.de>2006-08-07 14:19:32 +1000
commit6a7d90cea7650d4a40816368a61f1541a43d016c (patch)
treef64af3fc11f2ced22466f8be61f8ea08d6960191 /utils/exportfs
parente99654bace14daee2f26506b61629d109aed98de (diff)
downloadnfs-utils-6a7d90cea7650d4a40816368a61f1541a43d016c.tar.gz
nfs-utils-6a7d90cea7650d4a40816368a61f1541a43d016c.tar.xz
nfs-utils-6a7d90cea7650d4a40816368a61f1541a43d016c.zip
Remove warning if neither 'sync' or 'async' present.
Add warning of neither 'subtree_check' or 'no_subtree_check' present.
Diffstat (limited to 'utils/exportfs')
-rw-r--r--utils/exportfs/exports.man12
1 files changed, 11 insertions, 1 deletions
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man
index 55bd364..7aa60fc 100644
--- a/utils/exportfs/exports.man
+++ b/utils/exportfs/exports.man
@@ -117,7 +117,7 @@ storage (see
above).
In releases of nfs-utils upto and including 1.0.0, this option was the
-default. In this and future releases,
+default. In all subsequence releases,
.I sync
is the default, and
.I async
@@ -217,6 +217,16 @@ The default of having subtree checks enabled, can be explicitly
requested with
.IR subtree_check .
+From release 1.1.0 of nfs-utils onwards, the default will be
+.I no_subtree_check
+as subtree_checking tends to cause more problems than it is worth.
+If you genuinely require subtree checking, you should explicitly put
+that option in the
+.B exports
+file. If you put neither option,
+.I exportfs
+will warn you that the change is pending.
+
.TP
.IR insecure_locks
.TP