Skip to content

Commit

Permalink
updated the doc of node expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
sun7927 committed Aug 22, 2022
1 parent 54b6512 commit 68f3aa2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docs/quick_start/advanced_features/node_expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ sidebar_label: "Node Expansion"

# Node Expansion

A storage system is ususally expected to expand its capacity by adding a new storage node. In HwameiStor, it can be done with the following steps.
A storage system is usually expected to expand its capacity by adding a new storage node. In HwameiStor, it can be done with the following steps.

## Steps

### 1. Prepare a new storage node

Add the node into the Kubernetes cluster, or select a Kubernetes node. The node should have all the required items described in [Prerequisites](../install/prereq.md).

For example, the new node and disk information is as follows:
For example, the new node and disk information are as follows:

- name: k8s-worker-4
- devPath: /dev/sdb
Expand Down Expand Up @@ -59,9 +59,10 @@ EOF

### 3. Post check

Finally, check if the node has setup the storage pool by checking the LocalStorageNode CR:
Finally, check if the node has constructed the storage pool by checking the LocalStorageNode CR:

```console
$ kubectl get localstoragenode k8s-worker-4
apiVersion: hwameistor.io/v1alpha1
kind: LocalStorageNode
metadata:
Expand Down

0 comments on commit 68f3aa2

Please sign in to comment.