Comment 8 for bug 1920245

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (f/centos8)

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/785199
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/87cc6e9c9fe3ebe37fb1f364f4ced2a818a60e98
Submitter: "Zuul (22348)"
Branch: f/centos8

commit 87cc6e9c9fe3ebe37fb1f364f4ced2a818a60e98
Author: David Sullivan <email address hidden>
Date: Fri Mar 19 10:36:55 2021 -0500

    drbd filesystems not resized during bootstrap

    Remove drbd resize_result check on resize2fs operation. Both operations
    should run when requested. These commands will return 0 when the disk is
    resized and will return 0 if the disk is already correctly sized. Any
    non-zero return code should fail the playbook.

    Closes-Bug: 1920245
    Signed-off-by: David Sullivan <email address hidden>
    Change-Id: I946f63b2886b5377494e658a59586005c27ec2d2
    (cherry picked from commit 2ffd9c4bff6bd736f35cc1fb2fd3b0e25c9ef8f2)