diff options
author | Volker Lendecke <vl@samba.org> | 2010-03-22 11:19:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-03-22 12:03:44 +0100 |
commit | b2f45f20b0108ba6c834f813386ab3d29a729abd (patch) | |
tree | fb434ca0775bdf00c15fb0ed382e75fb3f70dd49 /docs-xml | |
parent | 0cf9d62f30218efcfddf2b00e6117fb670f0f911 (diff) | |
download | samba-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')
-rw-r--r-- | docs-xml/smbdotconf/misc/logwriteablefilesonexit.xml | 16 |
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> |