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

Improve mg_aliquot math. #13388

Merged
merged 1 commit into from
May 4, 2022
Merged

Improve mg_aliquot math. #13388

merged 1 commit into from
May 4, 2022

Commits on Apr 29, 2022

  1. Improve mg_aliquot math.

    When calculating mg_aliquot alike to openzfs#12046 use number of unique data
    disks in the vdev, not the total number of children vdev.  Increase
    default value of the tunable from 512KB to 1MB to compensate.
    
    Before this change each disk in striped pool was getting 512KB of
    sequential data, in 2-wide mirror -- 1MB, in 3-wide RAIDZ1 -- 768KB.
    After this change in all the cases each disk should get 1MB.
    
    Signed-off-by: Alexander Motin <mav@FreeBSD.org>
    Sponsored-By: iXsystems, Inc.
    amotin committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    7a2c291 View commit details
    Browse the repository at this point in the history