-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ansible-scylla-node: Use already existing io_properties.yaml and io.c…
…onf by default Currently, by default, the role will always try to replace the io_properties.yaml and io.conf files according to scylla_io_setup output or pre-defined io_properties and io_conf variables. However, it makes more sense to avoid touching these files if they already exist, since the user might be, for example, performing some kind of test which requires io_properties/io.conf to use different values for different nodes. This patch changes the default behavior, and now these files will only be replaced if the flags `always_replace_io_properties` and `always_replace_io_conf', added on this patch, are set to True.
- Loading branch information
1 parent
e5d7ab9
commit 486ba0e
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters