Comment 4 for bug 1793211

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

Reviewed: https://review.openstack.org/603523
Committed: https://git.openstack.org/cgit/openstack/tripleo-validations/commit/?id=8a7fa0d712abb95374e37a78fe0ae19446d99b55
Submitter: Zuul
Branch: master

commit 8a7fa0d712abb95374e37a78fe0ae19446d99b55
Author: Alex Schultz <email address hidden>
Date: Tue Sep 18 17:37:12 2018 -0600

    Fix diskspace validation when size is the limit

    Previously if you had 25.5G free and the minimum should be 25, the task
    would fail. We do not want to fail when the amount of space free is
    equal to the minimum required space. We only want to fail when it's less
    than the required space. In this case the task needs to be updated to
    drop the equals from the failed_when so that if the amount free is equal
    to the minimum required amount then it will pass.

    Change-Id: I90b4a9617ba00610bee77af84bb1d12511ad452f
    Closes-Bug: #1793211