1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/docs-xml/smbdotconf/misc/fssprunestale.xml
David Disseldorp 9af9b436ed doc: "prune stale" and "sequence timeout" fssd parameters
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>
2015-03-31 18:40:25 +02:00

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>