mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
c23e3564fc
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
25 lines
882 B
XML
25 lines
882 B
XML
<samba:parameter name="aio write behind"
|
|
context="S"
|
|
type="string"
|
|
substitution="1"
|
|
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>
|