You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature would like to see added to OpenZFS
When changing tunables under /sys/module/zfs/parameters/, often times we end up doing a lot of math converting whatever values we have in mind to the value in bytes.
It would be much more human to be able to echo 128G > /sys/module/zfs/parameters/zfs_arc_max instead of having to calculate it to 134760890368.
I have sometimes felt the need to gradually increase/decrease some tunables by just a tiny amount, and doing the math of it gets a bit tedious.
How will this feature improve OpenZFS?
This would make it a bit more human-friendly when changing values around.
Additional context
For example, I was trying to decrease my ARC size after I've done some tests from ~170GB to ~128GB, and it took me a brief minute to figure out why ZFS would keep ignoring 131602432 as a size. Obviously, I wanted 134760890368.
The text was updated successfully, but these errors were encountered:
Describe the feature would like to see added to OpenZFS
When changing tunables under
/sys/module/zfs/parameters/
, often times we end up doing a lot of math converting whatever values we have in mind to the value in bytes.It would be much more human to be able to
echo 128G > /sys/module/zfs/parameters/zfs_arc_max
instead of having to calculate it to134760890368
.I have sometimes felt the need to gradually increase/decrease some tunables by just a tiny amount, and doing the math of it gets a bit tedious.
How will this feature improve OpenZFS?
This would make it a bit more human-friendly when changing values around.
Additional context
For example, I was trying to decrease my ARC size after I've done some tests from ~170GB to ~128GB, and it took me a brief minute to figure out why ZFS would keep ignoring
131602432
as a size. Obviously, I wanted134760890368
.The text was updated successfully, but these errors were encountered: