We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Perform a rolling restart of ScyllaDB cluster nodes.
Key variables:
reboot_hosts
false
scylla_bootstrap_wait_time_sec
3000
Rolling restart cluster nodes (drain and stop/start Scylla):
ANSIBLE_ROLES_PATH=$PATH_TO_YOUR_CLONED_REPO ansible-playbook -i inventory.ini $PATH_TO_YOUR_CLONED_REPO/example-playbooks/rolling_ops/rolling_restart.yml
Rolling restart and reboot cluster nodes:
ANSIBLE_ROLES_PATH=$PATH_TO_YOUR_CLONED_REPO ansible-playbook -i inventory.ini $PATH_TO_YOUR_CLONED_REPO/example-playbooks/rolling_ops/rolling_restart.yml -e "reboot_hosts=true"