vacuum: remove VacuumLimit criterion for triggering a repack
authorMichael Adam <obnox@samba.org>
Fri, 14 Feb 2014 21:05:21 +0000 (22:05 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 06:35:32 +0000 (17:35 +1100)
commit0fcf454e9459b8be637e633c25f029b64c989e2f
treef071ed278b23bc12830d979d06ca67e5d658030a
parentc7925a731cd35fa3a9cb4597214b5db1d7c3acee
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>
(Imported from commit 16837bc309aa9a86fc21d7f59a8fce0b947428a3)
server/ctdb_vacuum.c