From 0a47361f860f9c6da39567296d5b772f4e96bf4d Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Tue, 19 Apr 2022 09:22:35 +0800 Subject: [PATCH] Update 02-cluster-mgmt.md --- docs-cn/10-cluster/02-cluster-mgmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-cn/10-cluster/02-cluster-mgmt.md b/docs-cn/10-cluster/02-cluster-mgmt.md index 7142c0b22e..6ab8ec091b 100644 --- a/docs-cn/10-cluster/02-cluster-mgmt.md +++ b/docs-cn/10-cluster/02-cluster-mgmt.md @@ -92,7 +92,7 @@ Query OK, 2 row(s) in set (0.001017s) 在上面的示例中可以看到新创建的 dnode 的状态为 offline,待该 dnode 被启动并连接上配置文件中指定的 firstEp后再次查看,得到如下结果(示例) -```bash +``` taos> show dnodes; id | end_point | vnodes | cores | status | role | create_time | offline reason | ====================================================================================================================================== -- GitLab