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