Comment 8 for bug 1885195

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

Reviewed: https://review.opendev.org/c/openstack/charm-ceph-osd/+/841790
Committed: https://opendev.org/openstack/charm-ceph-osd/commit/82f576ac30ad7d8e0da4d9212b29ecbeb76294a9
Submitter: "Zuul (22348)"
Branch: master

commit 82f576ac30ad7d8e0da4d9212b29ecbeb76294a9
Author: Billy Olsen <email address hidden>
Date: Fri May 13 11:40:39 2022 -0700

    Don't bootstrap osds on mon-relation-departed hook

    The charm attempts to bootstrap OSDs on both the mon-relation-changed
    and the mon-relation-departed hooks. There is no logical reason that
    the OSDs should be bootstrapped in the -departed hook.

    Change-Id: I79a790291b0e361d2748d6bed8c989d16ad36daf
    Closes-Bug: #1885195