Hi,
I am in the process of modeling high availability for DB using Pacemaker. DB
is an in-memory one with optional storage on disk. Replication is used as
main form of data communication between nodes. The cluster needs to have a
master-preferred slave-other slaves. Master and preferred slave replicate
synchronously. Preferred slave acts as replication master for other slaves.
In case of failure of master, the preferred slave should become master and
pick one of the other slaves to handle the preferred slave role.
Topology is
Master
|
Slave/Master
/ | \
Slave Slave Slave
It needs to be achieved by one resource agent. Should the prioritized
failover be based on ordering or location preference ? In either case based
on the replication lag, can it be set dynamically ?
Thanks in advance.
Regards
Nirmala
_______________________________________________
Pacemaker mailing list: [email protected]
http://oss.clusterlabs.org/mailman/listinfo/pacemaker
Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker