defaults: drop setting generator for hugepages #4411
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number:
Relevant #4385
Description of changes:
Drop setting generator for hugepages.
Testing done:
Verified that no hugepages settings got generated for “vm/nr_hugepages”
The hugepages value is honored
Settings generator not showing up - no entry ("vm/nr_hugepages") found in the setting generators.
See that the setting generator generates the extra entry “vm/nr_hugepages”
And the hugepages value gets overwritten
hugepages settings generator exists of course
Settings generator for hugepages is removed, no entry ("vm/nr_hugepages") found in the setting generators.
Everything is exactly the same as observed from case 2.
Then upgrade to 1.34.0 again. Verified that the settings value persists while settings generator is removed (confirmed in case 3). This ensures customer who mitigated the issue by manually setting
"vm/nr_hugepages"
to the desired value will not be affected by the setting generator drop.Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.