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: Get same sector size disks for multi device LVM tests #441

Merged

Commits on May 30, 2024

  1. tests: Add a new 'match_sector_size' argument to find_unused_disks

    Some storage pools cannot be created on disks with different
    sector sizes so we want to be able to find unused disks with the
    same sector sizes for our tests.
    
    Related: RHEL-25994
    vojtechtrefny committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8c389d3 View commit details
    Browse the repository at this point in the history
  2. tests: Require same sector size disks for LVM tests

    LVM VGs cannot be created on top of disks with different sector
    sizes so for tests that need multiple disks we need to make sure
    we get unused disks with the same sector size.
    
    Resolves: RHEL-25994
    vojtechtrefny committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bf4320b View commit details
    Browse the repository at this point in the history