mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
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
25 lines
803 B
XML
25 lines
803 B
XML
<samba:parameter name="smb2 leases"
|
|
context="G"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This boolean option tells <command moreinfo="none">smbd</command> whether to
|
|
globally negotiate SMB2 leases on file open requests. Leasing is an SMB2-only
|
|
feature which allows clients to aggressively cache files locally above and
|
|
beyond the caching allowed by SMB1 oplocks.
|
|
</para>
|
|
|
|
<para>
|
|
This is only available with <smbconfoption name="oplocks">yes</smbconfoption>
|
|
and <smbconfoption name="kernel oplocks">no</smbconfoption>.
|
|
</para>
|
|
|
|
</description>
|
|
|
|
<related>oplocks</related>
|
|
<related>kernel oplocks</related>
|
|
<related>level2 oplocks</related>
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|