diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-11-30 13:34:34 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-11-30 13:35:48 +0100 |
commit | fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782 (patch) | |
tree | a803a4a4080fa3238b94a834ec2e0249e6ff125b /docs-xml | |
parent | 9478ec35b5349f50a61bbe2aa88af88577918e91 (diff) | |
download | samba-fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782.tar.gz samba-fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782.tar.bz2 samba-fde7c2ab19bc7442d8ee9d85ab2fe54e0cfb4782.zip |
s3:docs: Document "aio write behind".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).
Karolin
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/tuning/aiowritebehind.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/tuning/aiowritebehind.xml b/docs-xml/smbdotconf/tuning/aiowritebehind.xml new file mode 100644 index 0000000000..c88cd97fa9 --- /dev/null +++ b/docs-xml/smbdotconf/tuning/aiowritebehind.xml @@ -0,0 +1,23 @@ +<samba:parameter name="aio write behind" + context="S" + type="string" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>If Samba has been built with asynchronous I/O support, + Samba will not wait until write requests are finished before returning + the result to the client for files listed in this parameter. + Instead, Samba will immediately return that the write + request has been finished successfully, no matter if the + operation will succeed or not. This might speed up clients without + aio support, but is really dangerous, because data could be lost + and files could be damaged. + </para> + <para> + The syntax is identical to the <smbconfoption name="veto files"/> + parameter. + </para> +</description> + +<value type="default"/> +<value type="example">/*.tmp/</value> +</samba:parameter> |