Closed macks closed 13 years ago
In MHA::MasterFailover::recover_master() function, -ssh_user option is used to execute master_ip_failover_script. It should be --ssh_user.
MHA::MasterFailover::recover_master()
-ssh_user
--ssh_user
Thank you very much for the bug report. Verified.
Fixed: https://github.com/yoshinorim/mha4mysql-manager/commit/932d79eb36f9e169301776c1b03eaebfaf0dc182 Thanks Matsuyama-san.
In
MHA::MasterFailover::recover_master()
function,-ssh_user
option is used to execute master_ip_failover_script. It should be--ssh_user
.