mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
9af9b436ed
This change adds smb.conf documentation for the "fss: prune stale" and "fss: sequence timeout" parameters accepted by Samba's FSRVP server. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
17 lines
529 B
XML
17 lines
529 B
XML
<samba:parameter name="fss: prune stale"
|
|
context="G"
|
|
type="boolean"
|
|
advanced="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
When enabled, Samba's File Server Remove VSS Protocol (FSRVP) server
|
|
checks all FSRVP initiated snapshots on startup, and removes any
|
|
corresponding state (including share definitions) for nonexistent
|
|
snapshot paths.
|
|
</para>
|
|
</description>
|
|
<value type="default">no</value>
|
|
<value type="example">yes</value>
|
|
</samba:parameter>
|