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

xfstests: Add XFSTESTS_PART_SIZE parameter #20304

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Sep 27, 2024

  1. xfstests: Add XFSTESTS_PART_SIZE parameter

    1. remove XFSTESTS_BIG_SPACE parameter
    2. set each device size in MB, separate with commas
    3. Each size is allocated to test_dev, scratch_dev1 and so on in turn
    4. E.g XFSTESTS_PART_SIZE=5120,10240 then test_dev=5120M, scratch_dev1=10240M, and remain partitions share the rest space.
    Or set the size for all devices at once, values exceeding the number of devices have no effect.
    lansuse committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    db97137 View commit details
    Browse the repository at this point in the history