Comment 5 for bug 1564083

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-percona-cluster (master)

Reviewed: https://review.openstack.org/440533
Committed: https://git.openstack.org/cgit/openstack/charm-percona-cluster/commit/?id=8a6c49f249bc6d85728bfc857871d318c2b67f40
Submitter: Jenkins
Branch: master

commit 8a6c49f249bc6d85728bfc857871d318c2b67f40
Author: James Page <email address hidden>
Date: Thu Mar 2 12:56:28 2017 +0000

    Increase max_connect_errors for older PXC releases

    Ubuntu 14.04 ships with PXC 5.5, which has a lower default
    value for max_connect_errors (10 vs 100); bump this value
    inline with later 5.6 release to avoid issues with connections
    from clients getting blacklisted due to connection problems.

    (NOTE: my.cnf is used on trusty, mysqld.cnf on xenial or later).

    Change-Id: I5475c4e1b10cb638d0694c380714c468f8d78d46
    Closes-Bug: 1564083