Comment 8 for bug 2005137

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-mon (stable/quincy.2)

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-mon/+/877397
Committed: https://opendev.org/openstack/charm-ceph-mon/commit/ca074377bbbad4c1ebd800c7b4fe8f8b9700a8a9
Submitter: "Zuul (22348)"
Branch: stable/quincy.2

commit ca074377bbbad4c1ebd800c7b4fe8f8b9700a8a9
Author: Luciano Lo Giudice <email address hidden>
Date: Wed Mar 8 19:31:35 2023 -0300

    Use a different name for the local key/value store

    The operator framework and charmhelpers use the same path for the
    local K/V store, which causes problems when running certain hooks
    like 'pre-series-upgrade'. In order to work around this issue, this
    patchset makes the charmhelpers lib use a different path, while
    migrating the DB file before doing so.

    Closes-Bug: #2005137
    Change-Id: Ic2e024371ff431888731753d29fff8538232009a
    (cherry picked from commit 616c4e3367f2816774d8629396340a5b3b48f680)