recoverd: Only respond to currently queued ipreallocated requests
authorMartin Schwenke <martin@meltin.net>
Fri, 22 Nov 2013 02:57:03 +0000 (13:57 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 25 Nov 2013 03:25:45 +0000 (14:25 +1100)
commita0ba1b57121f740d2d38021a81238c4aeb825ec1
treee221291a2c1e343a6e606974d3af46ce6f670dae
parente6df02968fe0ff26eb5ce5e3409e0f3276a47634
recoverd: Only respond to currently queued ipreallocated requests

Otherwise new requests can come in during the latter parts of the
takeover run when the IP allocation algorithm has already run, and the
new requests will be dequeued even though they haven't really be
processed.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Pair-programmed-with: Amitay Isaacs <amitay@gmail.com>
server/ctdb_recoverd.c