Quoting kiran ranjane (kiran.ranj...@gmail.com): > I have tested this and it works well. I get only 3 to 4 timeout request > when fail-over is triggered so this is quite instant and simple to > troubleshoot in-case of issues, No split brain as M/M replication is used > and both the database and always in sync, Mostly all the sync is from one > side Server A to B because server A is the master node and services are > running on one server at a time. Services on Server B starts only after > fail-over is triggered so the syncing of data from B to A is always less > because it is used as standby cloud storage server.
You state "No split brain as M/M replication is used ...". But what if communication between server A and B is lost? Server A becomes master and starts one. Server B becomes master and starts one. They both update the one database, but replication is not (yet) happening because no communication is possible so no issue yet. After communication is restored replication continues, and this might work without errors (although I have my doubts about that). One master node (B) will proably shuts itself down. Master A continues to run. I wonder how healthy the one database is after such an incident. Do you do manual fail-overs or automatic ones? Gr. Stefan -- | BIT BV http://www.bit.nl/ Kamer van Koophandel 09090351 | GPG: 0xD14839C6 +31 318 648 688 / i...@bit.nl _______________________________________________ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org