summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/tuning/aiowritebehind.xml
blob: c88cd97fa9702258870061d2d6b0399de06b6cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>