Skip to content

Commit 6030cd3

Browse files
authored
Update load-balance.md
1 parent 1707d5c commit 6030cd3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs-2.0/8.service-tuning/load-balance.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117

118118
1. 执行如下命令清空指定 Storage 服务器:
119119

120-
```ngql
121-
nebula> BALANCE IN ZONE REMOVE 192.168.10.104:9779,192.168.10.105:9779;
122-
```
120+
```ngql
121+
nebula> BALANCE IN ZONE REMOVE 192.168.10.104:9779,192.168.10.105:9779;
122+
```
123123

124124
2. 等待作业完成后,执行如下命令移除指定 Storage 服务:
125125

126-
```ngql
127-
nebula> DROP HOSTS 192.168.10.104:9779,192.168.10.105:9779;
128-
```
126+
```ngql
127+
nebula> DROP HOSTS 192.168.10.104:9779,192.168.10.105:9779;
128+
```
129129

130130
## 均衡 leader 分布
131131

0 commit comments

Comments
 (0)