Comment 10 for bug 1971565

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-mysql-router (stable/jammy)

Reviewed: https://review.opendev.org/c/openstack/charm-mysql-router/+/840583
Committed: https://opendev.org/openstack/charm-mysql-router/commit/18cff04cc585ee476af1b814d8e364d9257593fb
Submitter: "Zuul (22348)"
Branch: stable/jammy

commit 18cff04cc585ee476af1b814d8e364d9257593fb
Author: Felipe Reyes <email address hidden>
Date: Wed May 4 09:10:39 2022 -0400

    Set [DEFAULT].unknown_config_option to warning.

    This change sets the configuration option
    [DEFAULT].unknown_config_option to warning on upgrade-charm and on
    config-changed, this allows clusters running mysql-8.0.29 with the
    "name" key set to run.

    This option is set to "warning" by default, although mysqlrouter set it
    to "error". More details at
    https://dev.mysql.com/doc/mysql-router/8.0/en/mysql-router-conf-options.html#option_mysqlrouter_unknown_config_option

    Closes-Bug: #1971565
    Change-Id: I9613706f1e2b573af10562fb6fbf0b9a7aedf6da
    (cherry picked from commit 9563b204ad838529c17a155274f5815de595f6dc)