Comment 6 for bug 2058636

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/+/913941
Committed: https://opendev.org/openstack/charm-ceph-mon/commit/f3d290b55dce0a44b638ed600c8192472874f65f
Submitter: "Zuul (22348)"
Branch: stable/quincy.2

commit f3d290b55dce0a44b638ed600c8192472874f65f
Author: Peter Sabaini <email address hidden>
Date: Fri Sep 29 15:30:00 2023 +0200

    Fix version retrieval

    During cluster deployment a situation can arise where there are
    already osd relations but osds are not yet fully added to the cluster.
    This can make version retrieval fail for osds. Retry version retrieval
    to give the cluster a chance to settle.

    Conflicts:
            src/utils.py
            tests/bundles/jammy-zed.yaml

    Closes-Bug: #2058636

    Change-Id: I12a1bcd32be2ed8a8e5ee0e304f716f5a190bd57
    (cherry picked from commit 55beb2504d3ea6d7f522d8d9a46bef7d741f1edc)