From 1c646b5b62343a6c41ce29a03148cfbcaa32d990 Mon Sep 17 00:00:00 2001 From: birdstorm Date: Wed, 3 Jun 2020 14:05:37 +0800 Subject: [PATCH] cherry pick #3431 to release-4.0 Signed-off-by: sre-bot --- scale-tidb-using-tiup.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scale-tidb-using-tiup.md b/scale-tidb-using-tiup.md index ae5dec27ebb1..baccbc39a796 100644 --- a/scale-tidb-using-tiup.md +++ b/scale-tidb-using-tiup.md @@ -383,7 +383,15 @@ tiup cluster display curl -X POST 'http:///pd/api/v1/store//state?state=Tombstone' ``` -4. 手动删除 TiFlash 的数据文件,具体位置请查看 TiFlash 的配置文件。 +4. 手动删除 TiFlash 的数据文件,具体位置可查看在集群拓扑配置文件中 TiFlash 配置部分下的 data_dir 目录。 + +5. 手动更新 TiUP 的集群配置文件,在编辑模式中手动删除我们已经下线的 TiFlash 节点信息: + + {{< copyable "shell-regular" >}} + + ```shell + tiup cluster edit-config + ``` > **注意:** >