ctdb-daemon: Start as disabled means PERMANENTLY_DISABLED
authorMartin Schwenke <martin@meltin.net>
Fri, 9 Jul 2021 04:02:28 +0000 (14:02 +1000)
committerAmitay Isaacs <amitay@samba.org>
Thu, 9 Sep 2021 01:46:49 +0000 (01:46 +0000)
commit60c1ef146538d90f97b7823459f7548ca5fa6dd3
tree89317d8bc367abf898bd10bb9b9aab9ab038ced7
parent1ac7bc7532b2fad791d0e53effa7c64cdc73c4eb
ctdb-daemon: Start as disabled means PERMANENTLY_DISABLED

DISABLED is UNHEALTHY | PERMANENTLY_DISABLED, which is not what is
intended here.  Luckily, it doesn't do any harm because nodes are
marked unhealthy at startup anyway.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14784
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/server/ctdb_daemon.c