Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZTS: Fix trim/trim_config and trim/autotrim_config #9399

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Oct 2, 2019

  1. ZTS: Fix trim/trim_config and trim/autotrim_config

    There have been occasional CI failures which occur when the trimmed
    vdev size exactly matches the target size.  Resolve this by slightly
    relaxing the conditional and checking for -ge rather than -gt.  In
    all of the cases observer, the values match exactly.  For example:
    
        Failure /mnt/trim-vdev1 is 768 MB which is not -gt than 768 MB
    
    Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
    behlendorf committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    6e825db View commit details
    Browse the repository at this point in the history