dont just exit(0) upon successful completion of waiting for an ipreallocate to finish.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 9 Feb 2010 03:35:10 +0000 (14:35 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 9 Feb 2010 03:35:10 +0000 (14:35 +1100)
commitca9386a7f4eb71c07ccf2598e7ca768b42f3923e
tree30a6dbd01c8b30ff4730752a6ffbee35c0d1cfe9
parent34b8b98078b9d956bb6560f0004b9f4b64af59d7
dont just exit(0) upon successful completion of waiting for an ipreallocate to finish.
return success back to the caller instead.

otherwise things like 'ctdb enable -n all' will just finish after the first disabled node has become enabled.

(This used to be ctdb commit f4eb41cd3a1099da8265351818fba9bd4688a188)
ctdb/tools/ctdb.c