Page MenuHomeFreeBSD

zfs: add zio_buf_alloc_nowait and use it in vdev_queue_aggregate
ClosedPublic

Authored by avg on Mar 14 2017, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 3 2024, 4:07 AM
Unknown Object (File)
Oct 11 2024, 6:52 AM
Unknown Object (File)
Oct 4 2024, 3:50 AM
Unknown Object (File)
Oct 3 2024, 6:15 PM
Unknown Object (File)
Oct 3 2024, 12:40 PM
Unknown Object (File)
Oct 2 2024, 3:27 PM
Unknown Object (File)
Oct 1 2024, 9:04 PM
Unknown Object (File)
Sep 30 2024, 5:44 AM
Subscribers

Details

Summary

This way we can avoid blocking the whole queue in the low memory
situations. It's better to sacrifice some I/O performance by not doing
the aggregation than to add an indefinite wait for more memory.

Test Plan

Different workloads on a ZFS-only system (with non-ZFS swap).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable