summaryrefslogtreecommitdiff
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2012-10-02 11:37:11 +0200
committerStefan Metzmacher <metze@samba.org>2012-10-03 18:10:14 +0200
commit3983515a0d2222c9e559d83f37ec0a4c5820b56d (patch)
tree1b22ba8dc0a875a29ccd01cc43ae242d2d969ab8 /docs-xml/manpages
parentf5a7bc26648e5edd2d0958c50a4432f14f5ce727 (diff)
downloadsamba-3983515a0d2222c9e559d83f37ec0a4c5820b56d.tar.gz
samba-3983515a0d2222c9e559d83f37ec0a4c5820b56d.tar.bz2
samba-3983515a0d2222c9e559d83f37ec0a4c5820b56d.zip
s3-docs: add delete_lost option to vfs_streams_depot.8
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Oct 3 18:10:14 CEST 2012 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/vfs_streams_depot.8.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_streams_depot.8.xml b/docs-xml/manpages/vfs_streams_depot.8.xml
index 78b5fd3445..639428bb96 100644
--- a/docs-xml/manpages/vfs_streams_depot.8.xml
+++ b/docs-xml/manpages/vfs_streams_depot.8.xml
@@ -52,6 +52,25 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>streams_depot:delete_lost = [ yes | no ]</term>
+ <listitem>
+ <para>In the case of an already existing data streams directory
+ for a newly created file the streams directory will be renamed
+ to "lost-%lu", random(). With this option lost stream directories
+ will be removed instead of renamed.</para>
+ <itemizedlist>
+ <listitem><para>
+ <command>no(default)</command> - rename lost streams to
+ "lost-%lu", random().
+ </para></listitem>
+ <listitem><para>
+ <command>yes</command> - remove lost streams.
+ </para></listitem>
+ </itemizedlist>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>