From a83321332cfbeabd9a7356ebf438a45bb1e69529 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Tue, 20 Feb 2024 10:03:25 +0800 Subject: [PATCH] tiflash: fix scale-in command argument -R (#16521) (#16523) --- tiflash/tiflash-disaggregated-and-s3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tiflash/tiflash-disaggregated-and-s3.md b/tiflash/tiflash-disaggregated-and-s3.md index 11b9bd17e3f7f..556dfd806a525 100644 --- a/tiflash/tiflash-disaggregated-and-s3.md +++ b/tiflash/tiflash-disaggregated-and-s3.md @@ -64,9 +64,9 @@ TiFlash disaggregated storage and compute architecture is suitable for cost-effe ``` ```shell - tiup cluster scale-in mycuster -R tiflash # Remove all TiFlash nodes - tiup cluster display mycluster # Wait for all TiFlash nodes to enter the Tombstone state - tiup cluster prune mycluster # Remove all TiFlash nodes in the Tombstone state + tiup cluster scale-in mycuster -N 'node0,node1...' # Remove all TiFlash nodes + tiup cluster display mycluster # Wait for all TiFlash nodes to enter the Tombstone state + tiup cluster prune mycluster # Remove all TiFlash nodes in the Tombstone state ``` ## Usage