-
nor does it wait for cqlsh port
so this rolling restart isn't that friendly to cql clients
- above is for seed hosts - resp when switching from seeds to non-seeds
-
I just discovered your roles and found an issue at https://github.com/scylladb/scylla-ansible-roles/blob/master/ansible-scylla-node/tasks/Debian.yml#L105-L109
This doesn't work, it will not update …
-
This condition cannot be satisfied because of contradiction. https://github.com/scylladb/scylla-ansible-roles/blob/087ccb655a7a54d431904e9fe27bcef132edebe2/ansible-scylla-manager/tasks/Debian.yml#L27-…
-
You should use the [password](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/password_lookup.html) plugin to generate a password instead of executing the shell command and copying…
-
on bigger nodes cleanup script fetches list of tables early on
but if someone drops a table in between, script might fail with error that :
```
Can't find a column family XXX in keyspace YYY
```
…
-
##### Summary
We know that even 6.5.1 produce some bad jinja formatting suggestions and we plan to remediate them as soon as possible. We will use this ticket to document them, so check the current…
-
After https://github.com/scylladb/scylla-ansible-roles/commit/8af2a16d746d7e0eee5fa7bf4193c8e0c2bce700 got merged, two situations arose:
1. Trying to install a release that contains both ARM64 and …
-
There's a typo in `pre_upgrade.yml`file where `/etc/defaults` is used instead of `/etc/default`
-
```
16:56:42 TASK [ansible-scylla-monitoring : set prometheus rules file from preset file] ***
16:56:42 task path: /home/[..HIDDEN...]/roles/ansible-scylla-monitoring/tasks/common.yml:62
16:56:42 s…
-
Since the aws i3 instances have the optimized ami already, do these ansible roles support the deployment and rolling restart on i3 instances?
With the aws i3 ami, we are seeing issues when we stop …