From 3983515a0d2222c9e559d83f37ec0a4c5820b56d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Tue, 2 Oct 2012 11:37:11 +0200 Subject: [PATCH] s3-docs: add delete_lost option to vfs_streams_depot.8 Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Oct 3 18:10:14 CEST 2012 on sn-devel-104 --- docs-xml/manpages/vfs_streams_depot.8.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs-xml/manpages/vfs_streams_depot.8.xml b/docs-xml/manpages/vfs_streams_depot.8.xml index 78b5fd34455..639428bb964 100644 --- a/docs-xml/manpages/vfs_streams_depot.8.xml +++ b/docs-xml/manpages/vfs_streams_depot.8.xml @@ -52,6 +52,25 @@ + + streams_depot:delete_lost = [ yes | no ] + + 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. + + + no(default) - rename lost streams to + "lost-%lu", random(). + + + yes - remove lost streams. + + + + + -- 2.34.1