Closed vladzcloudius closed 4 months ago
HEAD: 96c877668c1c57d1bf97fb983e68d63e0354efb3
The task that tests that the node has become UN from all other nodes' perspective does it serially which is pretty terrible of large enough clusters: https://github.com/scylladb/scylla-ansible-roles/blob/master/example-playbooks/replace_node/replace_node.yml#L195
UN
Fixed by https://github.com/scylladb/scylla-ansible-roles/pull/373
HEAD: 96c877668c1c57d1bf97fb983e68d63e0354efb3
Description
The task that tests that the node has become
UN
from all other nodes' perspective does it serially which is pretty terrible of large enough clusters: https://github.com/scylladb/scylla-ansible-roles/blob/master/example-playbooks/replace_node/replace_node.yml#L195