Skip to content

Commit

Permalink
tiflash: fix scale-in command argument -R (#16521) (#16522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Feb 20, 2024
1 parent bd035d3 commit 914bb50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tiflash/tiflash-disaggregated-and-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 914bb50

Please sign in to comment.