Hi, I am currently developing a master-slave resource agent to handle MySQL replication in a sane way. So far, the resource agent works relatively well but I have this strange behavior when promoting a node. The excerpt below is when a single node is started, look at the promote -> demote -> promote sequence. From the trace of my resource agent script, evertything seems alright regarding returns code. Any idea why this behavior.
Sep 15 16:54:08 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:6: probe Sep 15 16:54:09 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:7: promote Sep 15 16:54:12 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:12: demote Sep 15 16:54:12 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:14: demote Sep 15 16:54:13 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:15: stop Sep 15 16:54:13 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:19: start Sep 15 16:54:14 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:20: promote Sep 15 16:54:17 testvirtbox1 lrmd: [30902]: info: rsc:p_MySQL_replication:0:25: monitor Regards, Yves _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
