Addition of a Galera Cluster monitor - sets state of joined on nodes that are joined to

the cluster. 

Also updates to the readconnroute module to allow joined as a router option
This commit is contained in:
Mark Riddoch
2013-07-22 17:24:15 +02:00
parent 233b3afd81
commit 3407dff210
10 changed files with 396 additions and 28 deletions

View File

@ -399,6 +399,7 @@ static struct {
{ "running", SERVER_RUNNING },
{ "master", SERVER_MASTER },
{ "slave", SERVER_SLAVE },
{ "joined", SERVER_JOINED },
{ NULL, 0 }
};
/**