mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
9c24f853a8
The option 'write cache size' was removed since samba-4.12 version: https://wiki.samba.org/index.php/Samba_4.12_Features_added/changed https://git.samba.org/?p=samba.git;a=commit;h=3fea05e0 https://git.samba.org/?p=samba.git;a=commit;h=728fabea It is supposed to remove comments about deprecated 'write cache size', in order to avoid confusion when reading source code and documents. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15383 Signed-off-by: Jones Syue <jonessyue@qnap.com> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Fri Jun 2 09:48:17 UTC 2023 on atb-devel-224
24 lines
974 B
XML
24 lines
974 B
XML
<samba:parameter name="aio write size"
|
|
context="S"
|
|
type="bytes"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If this integer parameter is set to a non-zero value,
|
|
Samba will write to files asynchronously when the request size is bigger
|
|
than this value. Note that it happens only for non-chained and non-chaining
|
|
writes.</para>
|
|
<para>The only reasonable values for this parameter are 0 (no async I/O) and
|
|
1 (always do async I/O).</para>
|
|
<para>Compared to <smbconfoption name="aio read size"/> this parameter has
|
|
a smaller effect, most writes should end up in the
|
|
file system cache. Writes that require space allocation might
|
|
benefit most from going asynchronous.</para>
|
|
|
|
<related>aio read size</related>
|
|
</description>
|
|
|
|
<value type="default">1</value>
|
|
<value type="example">0<comment>Always do writes synchronously
|
|
</comment></value>
|
|
</samba:parameter>
|