ctdb-tcp: Modernise a DEBUG
[Samba.git] / docs-xml / smbdotconf / tuning / aiowritebehind.xml
blobd60af7154fd102e2df75d12492b6665094f81053
1 <samba:parameter name="aio write behind"
2                  context="S"
3                  type="string"
4                  substitution="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>If Samba has been built with asynchronous I/O support,
8         Samba will not wait until write requests are finished before returning
9         the result to the client for files listed in this parameter.
10         Instead, Samba will immediately return that the write
11         request has been finished successfully, no matter if the
12         operation will succeed or not. This might speed up clients without
13         aio support, but is really dangerous, because data could be lost
14         and files could be damaged.
15         </para>
16         <para>
17         The syntax is identical to the <smbconfoption name="veto files"/>
18         parameter.
19         </para>
20 </description>
22 <value type="default"/>
23 <value type="example">/*.tmp/</value>
24 </samba:parameter>