Comment 4 for bug 1860165

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

Reviewed: https://review.opendev.org/729599
Committed: https://git.openstack.org/cgit/starlingx/metal/commit/?id=4a5845d7b73746690aa3de439061270c8688e764
Submitter: Zuul
Branch: master

commit 4a5845d7b73746690aa3de439061270c8688e764
Author: Stefan Dinescu <email address hidden>
Date: Wed May 20 13:27:56 2020 +0000

    Wipe OSD journals during host reinstall

    A host reinstall (using the system host-reinstall command) fails
    if the OSD journals are not wiped before reinstalling.

    Based on the ceph-manage-journal.py script, just wiping the
    standard 17KB at the beginning and end of the journal partition
    is not enough, but instead about 100MB of data must be wiped
    instead.

    Change-Id: I165c385958f7f700cae28312998276aa69ed22c3
    Closes-bug: 1860165
    Signed-off-by: Stefan Dinescu <email address hidden>