s3: Add parameter "ctdb timeout"
authorVolker Lendecke <vl@samba.org>
Tue, 3 Nov 2009 04:41:02 +0000 (05:41 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 10 Mar 2010 12:22:13 +0000 (13:22 +0100)
commit7af216fdd56bc4590868935037f1c9b4f974348d
treee30fa6a7fa88229b0f3ea42620bc78d856b51777
parenta6d18cac0da5622eec74946b8a44e38eb8bb9a37
s3: Add parameter "ctdb timeout"

When something in the cluster blocks, it can happen that we wait indefinitely
long for ctdb, just adding to the blocking condition. In theory, nothing should
block, but as someone said "In practice the difference between theory and
practice is larger than in theory". This adds a timeout parameter in seconds,
after which we stop waiting for ctdb and panic.

Signed-off-by: Michael Adam <obnox@samba.org>
docs-xml/smbdotconf/misc/ctdbtimeout.xml [new file with mode: 0644]
source3/include/packet.h
source3/include/proto.h
source3/lib/ctdbd_conn.c
source3/lib/packet.c
source3/param/loadparm.c