Skip to content

Commit

Permalink
Update manage-storage-host.md (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Sep 6, 2023
1 parent 3261764 commit a0f071f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs-2.0/4.deployment-and-installation/manage-storage-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ View the Storage hosts in the cluster.

```ngql
nebula> SHOW HOSTS STORAGE;
+-------------+------+----------+-----------+--------------+----------------------+
| Host | Port | Status | Role | Git Info Sha | Version |
+-------------+------+----------+-----------+--------------+----------------------+
+-------------+------+----------+-----------+--------------+---------+
| Host | Port | Status | Role | Git Info Sha | Version |
+-------------+------+----------+-----------+--------------+---------+
| "storaged0" | 9779 | "ONLINE" | "STORAGE" | "3ba41bd" | "{{nebula.release}}" |
| "storaged1" | 9779 | "ONLINE" | "STORAGE" | "3ba41bd" | "{{nebula.release}}" |
| "storaged2" | 9779 | "ONLINE" | "STORAGE" | "3ba41bd" | "{{nebula.release}}" |
+-------------+------+----------+-----------+--------------+--------------- ------+
+-------------+------+----------+-----------+--------------+---------+
```

0 comments on commit a0f071f

Please sign in to comment.