vacuum: run the fast vacuum after the db traverse
authorMichael Adam <obnox@samba.org>
Fri, 14 Feb 2014 17:27:14 +0000 (18:27 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 6 Mar 2014 06:35:31 +0000 (17:35 +1100)
commit061d9a00ea5f4a7202a89f12cbeb74b8c6f8db3f
tree09f2a61553b59e548b50599b1a3b44601ea2ce7a
parent92b4bd69c8b65441c64906ff293970c3663a5211
vacuum: run the fast vacuum after the db traverse

This in preparation of modifying the db traverse to
fill the delete_queue that is processed by the fast
vacuum run, instead of filling the same lists as the
fast vacuum run for further processing.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(Imported from commit d0b7b3882511769b1bfc1d0d4fdc0dba288e6ccd)
server/ctdb_vacuum.c