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 zpool_import_hostid_changed_cachefile_unclean_export #16570

Commits on Sep 26, 2024

  1. ZTS: Fix zpool_import_hostid_changed_cachefile_unclean_export

    Update the test case to freeze the pool then export it to better
    simulate a hard failure.  This is preferable to copying the vdev
    while the pool's imported since with a copy we're not guaranteed
    the on-disk state will be consistent.  That can in turn result
    in a pool import failure and a spurious test failure.
    
    Signed-off-by: Brian Behlendorf <[email protected]>
    behlendorf committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a62707e View commit details
    Browse the repository at this point in the history