From 70f9338bf2e6081916ffe5bb7cddf50b4e958b24 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 5 Mar 2010 16:46:36 +0100 Subject: s3: Add the "ctdb locktime warn threshold" parameter This is mainly a debugging aid for post-mortem analysis in case a cluster file system is slow. --- docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml (limited to 'docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml') diff --git a/docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml b/docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml new file mode 100644 index 0000000000..149d8d67e3 --- /dev/null +++ b/docs-xml/smbdotconf/misc/ctdblocktimewarnthreshold.xml @@ -0,0 +1,16 @@ + + + In a cluster, ctdb is very unhappy if tdb database locks + are held for extended periods of time. This parameter adds a + warning threshold in milliseconds. If Samba holds a lock for + longer that ctdb locktime warn threshold milliseconds, a debug + level 0 message is printed when the lock is released. This is + mainly a debugging aid for post-mortem analysis. + If this parameter is set to 0, no message is printed. + +0 + -- cgit