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

Fix zdb and inuse tests that don't pass with real disks #7261

Merged
merged 1 commit into from
Mar 8, 2018

Commits on Mar 5, 2018

  1. zdb and inuse tests don't pass with real disks

    Due to zpool create auto-partioning in Linux (i.e. sdb1),
    certain utilities need to use the parition (sdb1) while
    others use the whole disk name (sdb).
    Fixes openzfs#6939
    
    Authored-by: Paul Zuchowski <[email protected]>
    Signed-off-by: Paul Zuchowski <[email protected]>
    PaulZ-98 committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    cb2d110 View commit details
    Browse the repository at this point in the history