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

scylla-node: fix scylla_setup call #344

Closed
wants to merge 2 commits into from

Conversation

vladzcloudius
Copy link
Collaborator

Add missing --no-cpuscaling-setup and --no-fstrim-setup (we explicitly setup these later in the play) and make sure to always call scylla_setup - with the parameters we call it it should be safe to call it even when scylla server is already running.

We also don't need to give '--nic {{ scylla_nic }} --setup-nic-and-disks' parameters because they are canceled by --no-sysconfig-setup at the end of the command line and because we are going to call scylla_sysconfig_setup later in the play explicitly.

Fixes #339

Add missing --no-cpuscaling-setup and --no-fstrim-setup (we explicitly setup these later in the play)
and make sure to always call `scylla_setup` - with the parameters we call it
it should be safe to call it even when scylla server is already running.

We also don't need to give '--nic {{ scylla_nic }} --setup-nic-and-disks' parameters
because they are canceled by --no-sysconfig-setup at the end of the command line
and because we are going to call scylla_sysconfig_setup later in the play explicitly.

Fixes scylladb#339

Signed-off-by: Vlad Zolotarov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[scylla-node]: scylla_setup is never called
1 participant