summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-05 12:39:07 +1000
committerNeil Brown <neilb@suse.de>2006-06-05 12:39:07 +1000
commitcdfc1d391373e6ffe89b352d4abacfb7ac9a6701 (patch)
treedc20eb720ea757388c255e77da0f2fd138739170
parent89572e84169557fe3c70b5de619c274ceaf7b028 (diff)
downloadnfs-utils-cdfc1d391373e6ffe89b352d4abacfb7ac9a6701.tar.gz
nfs-utils-cdfc1d391373e6ffe89b352d4abacfb7ac9a6701.tar.xz
nfs-utils-cdfc1d391373e6ffe89b352d4abacfb7ac9a6701.zip
document sync option:
Document the 'sync' option in the exports(5) man page -- ATM only the 'async' option is documented, which is not very symmetric. :-) "Steinar H. Gunderson" <sesse@debian.org>
-rw-r--r--ChangeLog8
-rw-r--r--utils/exportfs/exports.man7
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8bc63..ebe9ae7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,8 +11,12 @@
"Steinar H. Gunderson" <sesse@debian.org>
- Only treat '#' as starting a comment when at the start of a
token, otherwise '#' in filenames cannot be read.
- NeilBrown
-
+ NeilBrown
+ - document sync option:
+ Document the 'sync' option in the exports(5) man page -- ATM
+ only the 'async' option is documented, which is not very
+ symmetric. :-) "Steinar H. Gunderson" <sesse@debian.org>
+
2006-04-12 NeilBrown <neilb@suse.de>
Remove **/Makefile.in, aclocal.m4, configure, and
support/include/config.h.in from source control
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man
index f420a20..a37e75f 100644
--- a/utils/exportfs/exports.man
+++ b/utils/exportfs/exports.man
@@ -109,6 +109,13 @@ Using this option usually improves performance, but at the cost that
an unclean server restart (i.e. a crash) can cause data to be lost or
corrupted.
+.TP
+.IR sync
+Reply to requests only after the changes have been committed to stable
+storage (see
+.IR async
+above).
+
In releases of nfs-utils upto and including 1.0.0, this option was the
default. In this and future releases,
.I sync