From 32e088fa7a55e69c24d6add6c9144cb0a53f3ba2 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 29 Apr 2022 16:14:21 +0800 Subject: [PATCH] Config changes for quick start --- docs-2.0/2.quick-start/3.1add-storage-hosts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-2.0/2.quick-start/3.1add-storage-hosts.md b/docs-2.0/2.quick-start/3.1add-storage-hosts.md index 166ec614301..3c9475ac3da 100644 --- a/docs-2.0/2.quick-start/3.1add-storage-hosts.md +++ b/docs-2.0/2.quick-start/3.1add-storage-hosts.md @@ -33,6 +33,10 @@ You have [connnected to Nebula Graph](3.connect-to-nebula-graph.md). nebula> ADD HOSTS 192.168.10.100:9779, 192.168.10.101:9779, 192.168.10.102:9779; ``` + !!! caution + + Make sure that the IP you added is the same as the IP configured for `local_ip` in the `nebula-storaged.conf` file. Otherwise, the Storage service will fail to start. For information about configurations, see [Configurations](../5.configurations-and-logs/1.configurations/1.configurations.md). + 2. Check the status of the hosts to make sure that they are all online. ```ngql