From 94b40b50a92af3c1832b4df05feb25ec0b6b9d96 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 20 Jun 2018 11:44:34 +0800 Subject: [PATCH] ansible-deployment: fix playbook name --- op-guide/ansible-operation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-guide/ansible-operation.md b/op-guide/ansible-operation.md index 3322e45c2480..c8cd3be156f5 100644 --- a/op-guide/ansible-operation.md +++ b/op-guide/ansible-operation.md @@ -18,7 +18,7 @@ $ ansible-playbook start.yml 此操作会按顺序关闭整个 TiDB 集群所有组件(包括 PD、TiDB、TiKV 等组件和监控组件)。 ``` -$ ansible-playbook unsafe_cleanup.yml +$ ansible-playbook stop.yml ``` ## 清除集群数据 @@ -26,7 +26,7 @@ $ ansible-playbook unsafe_cleanup.yml 此操作会关闭 TiDB、Pump、TiKV、PD 服务,并清空 Pump、TiKV、PD 数据目录。 ``` -$ ansible-playbook unsafe_cleanup.yml +$ ansible-playbook unsafe_cleanup_data.yml ``` ## 销毁集群