s3-docs: add delete_lost option to vfs_streams_depot.8
authorBjörn Baumbach <bb@sernet.de>
Tue, 2 Oct 2012 09:37:11 +0000 (11:37 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Oct 2012 16:10:14 +0000 (18:10 +0200)
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

docs-xml/manpages/vfs_streams_depot.8.xml

index 78b5fd34455d34897eee1fd073445494bad57979..639428bb964034ba6b5632b8ab0c28a43863a5d2 100644 (file)
                </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>