mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
fde7c2ab19
Part of a fix for bug #6890 (Some smb.conf parameters are undocumented). Karolin
24 lines
848 B
XML
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>
|