Open ArangoGutierrez opened 2 years ago
So this is not the "smallest" reproducer, but thank you for the report! Also, the correct name of the profile is hpc-compute
.
@nealepetrillo , as you contributed this profile, do you have any updates for this profile for the current kernels? I.e. vm.hugepages_treat_as_movable
is no longer present in modern kernels.
It seems the vm.hugepages_treat_as_movable
knob has been dropped:
https://lore.kernel.org/lkml/20171003072619.8654-1-mhocko@kernel.org/t/
It's not present in RHEL-8 and up.
I think we should drop it from the profile or we could set it conditionally (without the error).
The error:
2022-02-04 15:45:37,756 ERROR tuned.plugins.plugin_sysctl: Failed to read sysctl parameter 'vm.hugepages_treat_as_movable', the parameter does not exist
2022-02-04 15:45:37,756 ERROR tuned.plugins.plugin_sysctl: sysctl option vm.hugepages_treat_as_movable will not be set, failed to read the original value.
doesn't prevent the profile from loading, just the vm.hugepages_treat_as_movable
sysctl knob is not set.
Howdy! I do not have updates for this profile yet. I'm working on getting a new maintainer to take a look in the next day or two. I'll update here when that happens. In the meantime, just removing that line from the profile should "solve" the error.
On OpenShift when applying
to A cluster with the following config:
I get the following error