Stop all daemons on cluster initialization
authorMichael Hanselmann <hansmi@google.com>
Thu, 20 Dec 2012 13:22:27 +0000 (14:22 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 20 Dec 2012 13:37:38 +0000 (14:37 +0100)
commit32ba31be5b6572ece8b03c1c0148f3c765edf6af
tree4f6ecce6f2d13575118cd33e9a8a2ccd8179d44a
parentda1dcce17e633085bde5ce628a3522222dd5be7f
Stop all daemons on cluster initialization

Addresses issue 145. When daemons are still running from a previous
cluster instance, starting the daemons again will fail.
“ConfigWriter.IsCluster” only looks at the configuration file, which
could already have been deleted.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/bootstrap.py