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

install.sh does not apply sysctl configuration #7702

Closed
avikivity opened this issue Nov 25, 2020 · 2 comments
Closed

install.sh does not apply sysctl configuration #7702

avikivity opened this issue Nov 25, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@avikivity
Copy link
Member

install.sh copies files to /etc/sysctl.d, but does not apply them, so they do not take effect until reboot.

Usually, this is fine, since rpm/deb will take care of that. But non-packaging installs need it.

@avikivity
Copy link
Member Author

Related: #7700 #7701

syuu1228 added a commit to syuu1228/scylla that referenced this issue Nov 26, 2020
We don't apply sysctl.d files on non-packaging installation, apply them
just like rpm/deb taking care of that.

Fixes scylladb#7702
@slivne slivne added this to the 4.4 milestone Nov 26, 2020
@avikivity
Copy link
Member Author

Backported to 4.1, 4.2, 4.3.

avikivity pushed a commit that referenced this issue Nov 29, 2020
We don't apply sysctl.d files on non-packaging installation, apply them
just like rpm/deb taking care of that.

Fixes #7702

Closes #7705

(cherry picked from commit 5f81f97)
avikivity pushed a commit that referenced this issue Nov 29, 2020
We don't apply sysctl.d files on non-packaging installation, apply them
just like rpm/deb taking care of that.

Fixes #7702

Closes #7705

(cherry picked from commit 5f81f97)
avikivity pushed a commit that referenced this issue Nov 29, 2020
We don't apply sysctl.d files on non-packaging installation, apply them
just like rpm/deb taking care of that.

Fixes #7702

Closes #7705

(cherry picked from commit 5f81f97)
asias pushed a commit to asias/scylla that referenced this issue Apr 15, 2021
We don't apply sysctl.d files on non-packaging installation, apply them
just like rpm/deb taking care of that.

Fixes scylladb#7702

Closes scylladb#7705

(cherry picked from commit 5f81f97)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants