In control_ipreallocate() we wait at most 5 tries before aborting the command
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 May 2010 02:35:57 +0000 (12:35 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 May 2010 02:43:10 +0000 (12:43 +1000)
commite4010008c9e01f6ef32d845cccdc786411d3b8c3
tree04d6952a58da5f7f4f89f3051e41e590c5c099ad
parent0a9d9f101c7c2a318b0d432b95a152f37b0dd7fd
In control_ipreallocate() we wait at most 5 tries before aborting the command
and returning an error.
This might not be sufficient if there are several recoveries in a row.

Instead loop as long as it takes for the recovery master to finish the recoveries and re
spond to the ipreallocate call.

Increase the log level of the error message when the recovery master was busy and could
not perform the ipreallocation promptly

BZ61783
tools/ctdb.c