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
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Ansible role to install an Apache Cassandra cluster supervised by systemd. Inclu
5
5
* Some OS tuning options such as installing jemalloc, setting max_map_count and tcp_keepalive, disabling swap.
6
6
* Bootstraps nodes using the IPs of the servers in the `cassandra_seed` (configurable) inventory group.
7
7
* Weekly scheduled repairs via cron jobs that are non-overlapping (see `cassandra_repair_slots`).
8
-
*requires setting `cassandra_keyspaces` (default `[]`will have no effect)
8
+
*Note that **all** keyspaces will be scheduled for repairs
9
9
* Incremental and full backup scripts as well as a restore script. (disabled by default, optional) (NOTE: needs better testing)
10
10
* backup/restore requires access to S3.
11
11
* prometheus-style metrics using jmx-exporter
@@ -42,12 +42,6 @@ Give your cluster a better name:
42
42
cassandra_cluster_name: default
43
43
```
44
44
45
-
You should override the keyspaces to match keyspaces on which you wish to run weekly repairs:
46
-
47
-
```yaml
48
-
cassandra_keyspaces: []
49
-
```
50
-
51
45
You may wish to override the following defaults to enable backups:
52
46
53
47
```yaml
@@ -108,8 +102,6 @@ Then the following should work and start your cluster:
108
102
vars:
109
103
# set cluster_name before running the playbook for the first time; never change it afterwards
110
104
cassandra_cluster_name: my_cluster
111
-
cassandra_keyspaces:
112
-
- my_keyspace1
113
105
# set installed java package version manually. required when using Ubuntu 18.04. see: [A note on Java 8 and Ubuntu 18.04](#a-note-on-Java-8-and-Ubuntu-18.04)
0 commit comments