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

Disable RAID6 auto-benchmark #69

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Commits on Sep 26, 2024

  1. Disable RAID6 auto-benchmark

    Commit a905d11 (config: Enable CONFIG_BTRFS_FS) introduced BTRFS
    support, which depends on the RAID6 library. By default, this library
    does a benchmark during the initialization to choose the best recovery
    algorithm.
    
    This caused boot time to be increased for ~1.5s. Keep the RAID6 library
    as it's required by BTRFS, but disable its auto-benchmark.
    
    Signed-off-by: Sergio Lopez <slp@redhat.com>
    slp committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ccf4c69 View commit details
    Browse the repository at this point in the history