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

Add basic IOPs check #19

Merged
merged 3 commits into from
Feb 21, 2023
Merged

Add basic IOPs check #19

merged 3 commits into from
Feb 21, 2023

Commits on Feb 9, 2023

  1. Add debug logging option

    This makes it easier to report verbose program
    logging to troubleshooting issues with the
    preflight itself.
    micahlee committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    a4d30ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2791e View commit details
    Browse the repository at this point in the history
  3. Add IOPs checks to preflight

    These are based on the `fio` tool, which must
    be installed separately as a prereq for these
    checks.
    
    Further, the IOPs checks require `libaio` to be
    installed separately, and is only available on
    linux.
    micahlee committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    559ce1b View commit details
    Browse the repository at this point in the history