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)
Tue, Nov 18, 6:37 PM
Unknown Object (File)
Tue, Nov 18, 12:34 PM
Unknown Object (File)
Mon, Nov 17, 1:02 PM
Unknown Object (File)
Mon, Nov 17, 6:59 AM
Unknown Object (File)
Mon, Nov 17, 6:28 AM
Unknown Object (File)
Wed, Nov 12, 5:43 AM
Unknown Object (File)
Thu, Nov 6, 7:09 PM
Unknown Object (File)
Mon, Nov 3, 2:51 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