Page MenuHomeFreeBSD

Add missing ZFS sysctls
ClosedPublic

Authored by allanjude on Oct 10 2018, 5:24 AM.
Tags
None
Referenced Files
F107416399: D17494.id48995.diff
Mon, Jan 13, 8:36 PM
Unknown Object (File)
Fri, Jan 3, 5:36 PM
Unknown Object (File)
Thu, Jan 2, 1:55 PM
Unknown Object (File)
Sep 27 2024, 7:29 PM
Unknown Object (File)
Sep 27 2024, 4:39 PM
Unknown Object (File)
Sep 21 2024, 8:19 AM
Unknown Object (File)
Sep 17 2024, 8:23 PM
Unknown Object (File)
Sep 13 2024, 4:14 AM
Subscribers

Details

Summary

During the merge of rS329502 (zpool remove) and rS337007 (zpool initialize),
freebsd specific code to connect the new tunables was not added.

Diff Detail

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

Event Timeline

avg added a subscriber: avg.

LGTM. The change is trivial enough.

This revision is now accepted and ready to land.Oct 10 2018, 5:30 AM
allanjude added inline comments.
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
260 ↗(On Diff #48959)

@avg While you are here, do you know what this #undef is about? Was it meant to undef ZFS_VDEV_QUEUE_KNOB_MIN and ZFS_VDEV_QUEUE_KNOB_MAX and just got lost in time?

Should it be removed?

sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
260 ↗(On Diff #48959)

It seems that that's how I committed it in rS258632, but mostly likely it was indeed a result of incremental development where I initially had a single macro to define both sysctl-s.

This revision was automatically updated to reflect the committed changes.