Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuring sysctls on nodes #868

Closed
tnozicka opened this issue Dec 1, 2021 · 2 comments
Closed

Support configuring sysctls on nodes #868

tnozicka opened this issue Dec 1, 2021 · 2 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@tnozicka
Copy link
Contributor

tnozicka commented Dec 1, 2021

Is this a bug report or feature request?

  • Feature Request

What should the feature do:
Users should be able to configure sysctls with NodeConfig. One of the use cases is setting /proc/sys/fs/aio-max-nr.

@tnozicka tnozicka added kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Dec 1, 2021
@tnozicka tnozicka added this to the v1.7 milestone Dec 1, 2021
@tnozicka
Copy link
Contributor Author

tnozicka commented Dec 9, 2021

also there is a similar issue for non-namespaced sysctls #868

zimnx added a commit to zimnx/scylla-operator that referenced this issue Dec 13, 2021
Scylla image contains several custom sysctls which are not applied
automatically. To make sure these are applied on host kernel, additional
container setting it is added to node tuning jobs.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Dec 13, 2021
Scylla image contains several custom sysctls which are not applied
automatically. To make sure these are applied on host kernel, additional
container setting it is added to node tuning jobs.

User provided sysctl can be still tuned using special field in CRD.

Fixes scylladb#868
@tnozicka tnozicka modified the milestones: v1.7, v1.8 Jan 11, 2022
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 19, 2022
Scylla image contains several custom sysctls which are not applied
automatically. To make sure these are applied on host kernel, additional
container setting it is added to node tuning jobs.

User provided sysctl can be still tuned using special field in CRD.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 19, 2022
Additional kernel parameter tuning is added to our tuning suite.
It allows user to provide their own desired custom values, ability to
apply recommended settings directly from Scylla image, as well as
scaling some of the values based on number of expected Scyllas running
on the same host.

NodeConfig API was extended with KernelParameters field allowing
configuring/disabling above logic.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 24, 2022
Additional kernel parameter tuning is added to our tuning suite.
It allows user to provide their own desired custom values, ability to
apply recommended settings directly from Scylla image, as well as
scaling some of the values based on number of expected Scyllas running
on the same host.

NodeConfig API was extended with KernelParameters field allowing
configuring/disabling above logic.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 24, 2022
Additional kernel parameter tuning is added to our tuning suite.
It allows user to provide their own desired custom values, ability to
apply recommended settings directly from Scylla image, as well as
scaling some of the values based on number of expected Scyllas running
on the same host.

NodeConfig API was extended with KernelParameters field allowing
configuring/disabling above logic.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 24, 2022
Additional kernel parameter tuning is added to our tuning suite.
It allows user to provide their own desired custom values, ability to
apply recommended settings directly from Scylla image, as well as
scaling some of the values based on number of expected Scyllas running
on the same host.

NodeConfig API was extended with KernelParameters field allowing
configuring/disabling above logic.

Fixes scylladb#868
zimnx added a commit to zimnx/scylla-operator that referenced this issue Jan 25, 2022
Additional kernel parameter tuning is added to our tuning suite.
It allows user to provide their own desired custom values, ability to
apply recommended settings directly from Scylla image, as well as
scaling some of the values based on number of expected Scyllas running
on the same host.

NodeConfig API was extended with KernelParameters field allowing
configuring/disabling above logic.

Fixes scylladb#868
@tnozicka
Copy link
Contributor Author

dupe of #749

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants