ctdb-vacuum: remove VacuumLimit criterion for triggering a repack
commit16837bc309aa9a86fc21d7f59a8fce0b947428a3
authorMichael Adam <obnox@samba.org>
Fri, 14 Feb 2014 21:05:21 +0000 (14 22:05 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 00:31:14 +0000 (6 11:31 +1100)
tree3a0f5102d7f9d184a64dc95bc7f709adff0b30a8
parent6fdd25008f384408dfc103b90ab40b8e64ce18b0
ctdb-vacuum: remove VacuumLimit criterion for triggering a repack

With the new vacuuming, we consider it an error if there are
records left for deletion after processing the various lists.
All records that can be deleted should have been deleted by
tdb_delete calls.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_vacuum.c