Open GoogleCodeExporter opened 8 years ago
The warning is (kind of) reminder message that there are helper scripts.
http://code.google.com/p/mysql-master-ha/wiki/Parameters#master_ip_failover_scri
pt
http://code.google.com/p/mysql-master-ha/wiki/Parameters#shutdown_script
If you don't need them, just ignore the message.
Original comment by Yoshinor...@gmail.com
on 20 Feb 2013 at 5:53
Thank you for your prompt response Mr. Yoshinori,
Would it be okay if I used the scripts that i've defined, or is that out of the
question? Reason being is that our master and slave are virtualized through
openVZ, and in order for the virtual IP address to change, the OpenVZ Host
boxes need a set of commands sent to them to bring down the virtual ip address
from the dead master and bring up the virtual IP address on the newly promoted
master. Alternatively, if I use your helper scripts, I just pass in the
arguments after I define the location of it, correct?
Thank You,
Ryan
Original comment by thebign...@gmail.com
on 20 Feb 2013 at 4:49
In your case, writing a virtual ip failover code within
master_ip_failover_script would be fine. master_ip_failover_script is invoked
before terminating the orig master and after promoting the new master. More
details are described on wiki and sample code is included in Manager tarball.
Original comment by Yoshinor...@gmail.com
on 20 Feb 2013 at 5:53
Great, thank you so much!
Original comment by thebign...@gmail.com
on 20 Feb 2013 at 8:46
Original issue reported on code.google.com by
thebign...@gmail.com
on 19 Feb 2013 at 6:47