-
Notifications
You must be signed in to change notification settings - Fork 96
append_conf: append parameters to db config
Amos Kong edited this page Dec 20, 2017
·
1 revision
conf: add a general way to append parameters to db config #373
Append multiple parameters to scylla.yaml in node_setup() -> config_setup()
- the multiple scylla parameters are splited by "\n"
- the append_conf should be quoted by double quotation marks, the "\n" needs to be escaped
- use escape char when you want to use double quotation marks insider the parameters
- append_conf:
"\nenable_keyspace_column_family_metrics: true\nexperimental: true\n"
- append_conf:
"audit: \"table\"\naudit-keyspaces: \"keyspace1\"\naudit-categories: \"ADMIN,AUTH,QUERY,DML,DDL,DCL\"\n"
Branches that we keep sending backports from master
- branch-4.0
- branch-4.1
- branch-2019.1
- branch-perf-v9
- manager-2.1
Branches that we are sending critical backports from master only
- branch-3.3
- branch-2019.1
- manager-2.0
a branch that we still have jobs for, and using, but can't get backports from master anymore
- manager-v1.2
- manager-v1.3
- manager-v1.3.1
- manager-v1.4
Older unused branches will be deleted on a regular basis.