PR: 266374
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c | ||
---|---|---|
754 | AFAICT min_auto_ashift/max_auto_ashift did not use arg1/arg2 before, I imagine this was just done without being required. |
sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
167 | I would rather take an old, new tuple with the full sysctl instead, as it is not a 1:1 translation:
|
sys/contrib/openzfs/module/os/freebsd/zfs/sysctl_os.c | ||
---|---|---|
167 | Sans vfs.zfs.. |
Comment Actions
Sorry to bother, but I have the following doubt:
There are still a few renamed LEGACY sysctls that were removed (and reverted):
old | new |
---|---|
vfs.zfs.l2arc_write_max | vfs.zfs.l2arc.write_max |
vfs.zfs.l2arc_write_boost | vfs.zfs.l2arc.write_boost |
vfs.zfs.l2arc_headroom | vfs.zfs.l2arc.headroom |
vfs.zfs.l2arc_headroom_boost | vfs.zfs.l2arc.headroom_boost |
vfs.zfs.l2arc_feed_secs | vfs.zfs.l2arc.feed_secs |
vfs.zfs.l2arc_feed_min_ms | vfs.zfs.l2arc.feed_min_ms |
vfs.zfs.l2arc_noprefetch | vfs.zfs.l2arc.noprefetch |
vfs.zfs.l2arc_feed_again | vfs.zfs.l2arc.feed_again |
vfs.zfs.l2arc_norw | vfs.zfs.l2arc.norw |