Comment 11 for bug 1821028

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

Reviewed: https://review.opendev.org/716928
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-osd/commit/?id=e03a664f681834d740492cfbbe6e4b96ec19e57a
Submitter: Zuul
Branch: stable/20.02

commit e03a664f681834d740492cfbbe6e4b96ec19e57a
Author: Corey Bryant <email address hidden>
Date: Tue Mar 17 09:27:08 2020 -0400

    Maintain OSD state on upgrade

    Sync charms.ceph

    Ensure each OSD reaches its pre-restart state before proceeding
    after restart. This prevents the charm from finalizing the upgrade
    prior to OSDs recovering after upgrade. For example, if the state
    is 'active' prior to restart, then it must reach 'active' after
    restart, at which point the upgrade will be allowed to complete.

    Change-Id: I1067a8cdd1e2b706db07f194eca6fb2efeccb817
    Depends-On: https://review.opendev.org/#/c/713743/
    Closes-Bug: #1821028
    (cherry picked from commit cb0f757f185565bcec1179087be037d596e9885a)