Was this page helpful?
In cases where you need to physically move hardware, or you have no other choice you will need to shut down your cluster in a safe manner.
Before you begin
Confirm no applications are running that are using the cluster as backend storage.
Procedure
On each node, in parallel:
Run the command nodetool drain.
Validate that the drain procedure has completed by running nodetool status. If the node’s status is listed as DN
, then the drain command has been executed successfully.
Stop the node after drain completed successfully.
sudo systemctl stop scylla-server
docker exec -it some-scylla supervisorctl stop scylla
(without stopping some-scylla container)
To start the nodes again safely, proceed to the Start Clusters Cleanly procedure.
Was this page helpful?