Skip to content

Commit

Permalink
macro bug fix (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jul 20, 2022
1 parent 34daf14 commit 1bcbbc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs-2.0/8.service-tuning/load-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ nebula> SHOW HOSTS;

This command migrates partitions to other storage hosts but does not delete the current storage host from the cluster. To delete the Storage hosts from cluster, see [Manage Storage hosts](../4.deployment-and-installation/manage-storage-host.md).

<!-- balance-3.1
/* balance-3.1
!!! danger

The `BALANCE` commands migrates data and balances the distribution of partitions by creating and executing a set of subtasks. **DO NOT** stop any machine in the cluster or change its IP address until all the subtasks finish. Otherwise, the follow-up subtasks fail.
Expand Down Expand Up @@ -250,7 +250,8 @@ To remove the following storage servers.
```ngql
nebula> DROP HOSTS 192.168.10.104:9779,192.168.10.105:9779;
```
-->
*/

{{ ent.ent_end }}

## Balance leader distribution
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ extra:
azureLatestRelease: 3.1.0 # The latest doc version that supports Azure Cloud
aliyunLatestRelease: 3.1.0 # The latest doc version that supports Alibaba Cloud
ent:
ent_begin: <!--
ent_end: -->
ent_begin: <!-- # change to "<!-->" when releasing core-ent
ent_end: --> # change to "<!-->" when releasing core-ent

nav:
- About: README.md
Expand Down

0 comments on commit 1bcbbc6

Please sign in to comment.