From 974b7e860c99428cf1f49297a39c4b70f7b2c1ab Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:53:45 +0800 Subject: [PATCH] result-changes-for-status-all-before-adding-hosts --- docs-2.0/reuse/source_manage-service.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs-2.0/reuse/source_manage-service.md b/docs-2.0/reuse/source_manage-service.md index a412834115a..38a48a04d6d 100644 --- a/docs-2.0/reuse/source_manage-service.md +++ b/docs-2.0/reuse/source_manage-service.md @@ -183,9 +183,11 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all * Nebula Graph is running normally if the following information is returned. ```bash - [INFO] nebula-metad(02b2091): Running as 26601, Listening on 9559 - [INFO] nebula-graphd(02b2091): Running as 26644, Listening on 9669 - [INFO] nebula-storaged(02b2091): Running as 26709, Listening on 9779 + INFO] nebula-metad(33fd35e): Running as 29020, Listening on 9559 + [INFO] nebula-graphd(33fd35e): Running as 29095, Listening on 9669 + [WARN] nebula-storaged after v3.0.0 will not start service until it is added to cluster. + [WARN] See Manage Storage hosts:ADD HOSTS in https://docs.nebula-graph.io/ + [INFO] nebula-storaged(33fd35e): Running as 29147, Listening on 9779 ``` !!! note