From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/smbdotconf/tuning/syncalways.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/smbdotconf/tuning/syncalways.xml (limited to 'docs/smbdotconf/tuning/syncalways.xml') diff --git a/docs/smbdotconf/tuning/syncalways.xml b/docs/smbdotconf/tuning/syncalways.xml new file mode 100644 index 0000000000..1abe2b3e0e --- /dev/null +++ b/docs/smbdotconf/tuning/syncalways.xml @@ -0,0 +1,21 @@ + + + This is a boolean parameter that controls + whether writes will always be written to stable storage before + the write call returns. If this is no then the server will be + guided by the client's request in each write call (clients can + set a bit indicating that a particular write should be synchronous). + If this is yes then every write will be followed by a fsync() + call to ensure the data is written to disk. Note that + the strict sync parameter must be set to + yes in order for this parameter to have + any affect. + + +strict sync + +no + -- cgit