I am trying to change value and comment of "vfs.zfs.arc_max",
but after I click OK button, both of them will reset to original value(comment is "Generated by autotune").
Anything in /var/log/messages when you try to set it? Does it let you manually set the sysctl from Shell? If not, post the exact message you get when you try.
Anything in /var/log/messages when you try to set it? Does it let you manually set the sysctl from Shell? If not, post the exact message you get when you try.
GUI: not anything output to /var/log/messages
Shell: also nothing in /var/log/messages, but
Code:
[root@nas] ~# sysctl vfs.zfs.arc_max=216438228173
sysctl: oid 'vfs.zfs.arc_max' is a read only tunable
sysctl: Tunable values are set in /boot/loader.conf
doc told me, autotune will only work for non-exist tunable. so, my understand is if I modified some tunable, autotune will ignore re-create... But it seems not.