You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible-scylla-node: Use already existing io_properties.yaml and io.conf 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.
0 commit comments