s3: Add parameter "ctdb timeout"
authorVolker Lendecke <vl@samba.org>
Tue, 3 Nov 2009 04:41:02 +0000 (05:41 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 5 Nov 2009 11:05:36 +0000 (12:05 +0100)
commitd415d4d32f2e8e61de21abfdfce02e1b1ea1e1d3
tree03469f109c8e19e15318e5fa4da6d7526b6a575f
parent49397a8b3e30b23a4723125986f306fff502a144
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.
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