Hello.  A change you may want to consider for the mysql monitor (I 
believe we have the latest version but honestly am not sure where it 
came from at this point).  The line

MYSQL_OPTIONS_LOCAL="-S $OCF_RESKEY_socket -O connect_timeout=1"

generates the warning

Warning: mysql: Option '-O' is deprecated. Use --variable-name=value 
instead.

To work with this version of mysql, it should be changed to

MYSQL_OPTIONS_LOCAL="-S $OCF_RESKEY_socket --connect_timeout=1"

FWIW, HTH.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to