1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/tuning/aiowritebehind.xml
Karolin Seeger fde7c2ab19 s3:docs: Document "aio write behind".
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented).

Karolin
2009-11-30 13:35:48 +01:00

24 lines
848 B
XML

<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>