freeze: abort vacuuming when we're going to freeze.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jul 2010 02:59:55 +0000 (12:29 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 21 Jul 2010 02:59:55 +0000 (12:29 +0930)
commit517f05e42f17766b1e8db8f1f4789cbad968e304
treeafae83346e6c8ca54e25f56ced67a6142dee4d58
parent2e771b8073ab845872dafe484475a6eb7050a295
freeze: abort vacuuming when we're going to freeze.

There are some reports of freeze timeouts, and it looks like vacuuming might
be the culprit.  So we add code to tell them to abort when a freeze is
going on.

CQ:S1018154 & S1018349
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/ctdb_private.h
server/ctdb_freeze.c
server/ctdb_vacuum.c