ctdb-vacuum: Avoid processing any more packets
authorAmitay Isaacs <amitay@gmail.com>
Tue, 1 Oct 2019 05:05:10 +0000 (15:05 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 24 Oct 2019 04:06:43 +0000 (04:06 +0000)
commitd0cc9edc05b6218a8e20a0a8009cbb9918ff4d02
tree6292d79719f83e4ae58e3d2f154c768baa10baf2
parent680df07630a94b3e76edefe98ee0986e7e5e1f12
ctdb-vacuum: Avoid processing any more packets

All the vacuum operations if required have an event loop to ensure
completion of pending operations.  Once all the steps are complete,
there is no reason to process any more packets.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_vacuum.c