Comment 1 for bug 1894003

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

Reviewed: https://review.opendev.org/749596
Committed: https://git.openstack.org/cgit/starlingx/stx-puppet/commit/?id=cfa70d82c1af1927721beda62173b65c77acc5e1
Submitter: Zuul
Branch: master

commit cfa70d82c1af1927721beda62173b65c77acc5e1
Author: John Kung <email address hidden>
Date: Wed Sep 2 17:41:04 2020 -0400

    Update drbd resize operation to run after puppet manifest

    There is a potential race condition in triggering the filesystem
    resize check. The resize check is triggered on the start of
    a controller filesystem drbd resize operation, however, if another
    configuration is applied before the resize check may be early,
    in which case the lv would be resized but not drbd.

    In the drbd manifest update to trigger the drbd filesystem resize
    check after the lv filesystem have been resized.

    Change-Id: I97038d0cc9d57ab639f85c2282677364b44249c0
    Closes-Bug: 1894003
    Signed-off-by: John Kung <email address hidden>