1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tcp
Ronnie Sahlberg 39539f6044 Add a new parameter to /etc/sysconfig/ctdb
CTDB_START_AS_DISABLED="yes"

and command line argument
--start-as-disabled

When set, this makes the ctdb node to always start in DISABLED mode and will thus not host any public ip addresses.
The administrator must manually "ctdb enable" the node after it has started when the administrator wants the node to start hosting public ip addresses.

Using this option it is possible to start ctdb on a node without causing any reallocation of ip addresses when it is starting. The node will still merge with the cluster and there will still be a recovery phase but the ip address allocations will not change in the cluster.

(This used to be ctdb commit b93d29f43f5306c244c887b54a77bca8a061daf2)
2008-02-22 09:42:52 +11:00
..
ctdb_tcp.h to make it easier/less disruptive to add nodes to a running cluster 2008-02-19 14:44:48 +11:00
tcp_connect.c Add a new parameter to /etc/sysconfig/ctdb 2008-02-22 09:42:52 +11:00
tcp_init.c to make it easier/less disruptive to add nodes to a running cluster 2008-02-19 14:44:48 +11:00
tcp_io.c merge from ronnie 2008-02-04 20:07:15 +11:00