summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-22 11:19:10 +0100
committerVolker Lendecke <vl@samba.org>2010-03-22 12:03:44 +0100
commitb2f45f20b0108ba6c834f813386ab3d29a729abd (patch)
treefb434ca0775bdf00c15fb0ed382e75fb3f70dd49 /docs-xml/smbdotconf/misc
parent0cf9d62f30218efcfddf2b00e6117fb670f0f911 (diff)
downloadsamba-b2f45f20b0108ba6c834f813386ab3d29a729abd.tar.gz
samba-b2f45f20b0108ba6c834f813386ab3d29a729abd.tar.bz2
samba-b2f45f20b0108ba6c834f813386ab3d29a729abd.zip
s3: Add "log writeable files on exit" parameter
This boolean option controls whether at exit time the server dumps a list of files with debug level 0 that were still open for write. This is an administrative aid to find the files that were potentially corrupt if the network connection died.
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r--docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml b/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml
new file mode 100644
index 0000000000..1c75457803
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml
@@ -0,0 +1,16 @@
+<samba:parameter name="log writeable files on exit"
+ context="G"
+ type="boolean"
+ advanced="1" developer="0"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>
+ This boolean option controls whether at exit time the server
+ dumps a list of files with debug level 0 that were still open
+ for write. This is an administrative aid to find the files
+ that were potentially corrupt if the network connection died.
+ </para>
+</description>
+
+<value type="default">no</value>
+</samba:parameter>