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

Workaround issue of Linux vdev_disk.c #16678

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Workaround issue of Linux vdev_disk.c #16678

merged 1 commit into from
Oct 23, 2024

Commits on Oct 22, 2024

  1. Workaround issue of Linux vdev_disk.c,

    in some cases not linearizing buffers with disk sector crossing a
    page boundary. It is fine for hardware, but somehow required by LUKS.
    It is not typical for ZFS to produce such buffers, but it may happen
    if 6KB block is compressed to 4KB, while still having 2KB alignment.
    Banning the 6KB buffers helps vdevs with ashifh=12.
    
    Signed-off-by:	Alexander Motin <[email protected]>
    Sponsored by:	iXsystems, Inc.
    amotin committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3cf912d View commit details
    Browse the repository at this point in the history