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

ansible-scylla-node: Add a way to set additional scylla command line … #400

Merged

Conversation

vladzcloudius
Copy link
Collaborator

…parameters (e.g. seastar ones)

Before this patch we could have set additional scylla command line parameters in a hackish way via io_conf variable.
This patch adds an explicit way to set SCYLLA_ARGS macro in /etc/default/scylla-server file.

A new variable is added to achieve so: scylla_args_value. The non-empty value set to this variable is going to override/enforce the SCYLLA_ARGS.

Tested manually with value set and not set.

…parameters (e.g. seastar ones)

Before this patch we could have set additional scylla command line parameters in a hackish way via io_conf
variable.
This patch adds an explicit way to set SCYLLA_ARGS macro in /etc/default/scylla-server file.

A new variable is added to achieve so: scylla_args_value.
The non-empty value set to this variable is going to override/enforce the SCYLLA_ARGS.

Tested manually with value set and not set.

Signed-off-by: Vlad Zolotarov <[email protected]>
@vladzcloudius vladzcloudius merged commit 1b4e98d into scylladb:master Aug 10, 2024
2 checks passed
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.

2 participants