Comment 7 for bug 1920882

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

Reviewed: https://review.opendev.org/c/starlingx/rook-ceph/+/783584
Committed: https://opendev.org/starlingx/rook-ceph/commit/5945b9b82a4f372ba9a1bd39fa6371fe0d6a4598
Submitter: "Zuul (22348)"
Branch: master

commit 5945b9b82a4f372ba9a1bd39fa6371fe0d6a4598
Author: Chen, Haochuan Z <email address hidden>
Date: Mon Mar 29 08:16:49 2021 +0800

    Add cronjob to osd audit

    After host-swact, mon and osd deployment on active controller will
    be deleted, then drbd could make /var/lib/ceph/mon folder primary
    and secondary switch on two controllers. Then after swact, a new mon
    and osd deployment will launch by rook-ceph-operator. But during this
    process, one controller suddenly shutdown, there will be only osd
    deployment on power on controller, even the other one controller later
    power on to recovery. So add a cron job to make osd deployment status
    check to ensure cluster health.

    Partial-Bug: 1920882

    Depends-On: I4afde8b1476e14453fac8561f1edde7360b8ee96

    Change-Id: I39cb66daecf4052821ceb28344a90ea70f63a742
    Signed-off-by: Chen, Haochuan Z <email address hidden>