docs: Update doc for 'strict sync' parameter for async SMB2 flush
authorChristof Schmitt <cs@samba.org>
Fri, 13 Nov 2015 18:46:33 +0000 (11:46 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 13 Nov 2015 20:36:19 +0000 (21:36 +0100)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
docs-xml/smbdotconf/tuning/strictsync.xml

index 0d338455131db59bb9f2f53521b77dfa88973fb7..5cfd38831bb324e5c6ba42417baf836997544476 100644 (file)
@@ -5,7 +5,7 @@
  <description>
     <para>Many Windows applications (including the Windows 98 explorer
     shell) seem to confuse flushing buffer contents to disk with doing
-    a sync to disk. Under UNIX, a sync call forces the process to be
+    a sync to disk. Under UNIX, a sync call forces the thread to be
     suspended until the kernel has ensured that all outstanding data in
     kernel disk buffers has been safely stored onto stable storage.
     This is very slow and should only be done rarely. Setting this
     on crashes, so there is little danger in this default setting. In
     addition, this fixes many performance problems that people have
     reported with the new Windows98 explorer shell file copies.</para>
+    <para>The flush request from SMB2/3 clients is handled
+    asynchronously, so for these clients setting the parameter
+    to <constant>yes</constant> does not block the processing of other
+    requests in the smbd process.</para>
 </description>
 
 <related>sync always</related>