s3: Add parameter "ctdb timeout"
authorVolker Lendecke <vl@samba.org>
Tue, 3 Nov 2009 04:41:02 +0000 (05:41 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 10:40:12 +0000 (11:40 +0100)
commit68191ad0abbf55abd9b800878a0bc9584a01d72e
tree68f87440a30d1dab37765ed8d01d27e7c413a401
parent9ddcdadc22784f78d9403b525c990dbb976bc6d6
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.
(cherry picked from commit 872f59be48e61b0dc874aef72f96a46e8936d86d)
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