ctdb:vacuum: stop vacuuming when the first delete_list traverse fails.
commit9d6f187b5811faed6e9b6c4bc61e42175c0c0ae2
authorMichael Adam <obnox@samba.org>
Wed, 23 Jul 2014 11:34:03 +0000 (23 13:34 +0200)
committerAmitay Isaacs <amitay@samba.org>
Wed, 23 Jul 2014 13:11:15 +0000 (23 15:11 +0200)
tree811b2d4413237b6c590c60eecc364cc08117f769
parentf87b7f664f813957ee55a6f35abb208eb0f3dcad
ctdb:vacuum: stop vacuuming when the first delete_list traverse fails.

This indirect caller of delete_marshall_traverse was missed
in fa4a81c86b6073b2563b090aa657d8e8b63c1276
which lets failure of the second travers fail the vacuum run.

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