You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a short description, this command (re)creates a PBD, opens DRBD/LINSTOR ports, starts specific services and adds the node to the LINSTOR database.
661
661
662
-
If you have storage devices to use on the host, a LINSTOR storage layer is not directly added to the corresponding node. You can verify the storage state like this:
662
+
If you have storage devices to use on the host, a LINSTOR storage layer is not directly added to the corresponding node.
663
+
You can follow the [section](#how-to-add-storage-on-a-new-host) below to add storage to this new node.
664
+
665
+
### How to add storage on a new host?
666
+
667
+
There are two simple steps:
668
+
1. Create a VG (and LV for thin) with all the host disks
669
+
2. Create a SP for the host pointing to this new VG
670
+
671
+
You can verify the storage state like this:
663
672
```
664
673
linstor sp list
665
674
```
666
675
667
676
Small example:
668
677
669
-
A `LVM_THIN` entry is missing for `hpmc17` in this context:
678
+
A `LVM_THIN` entry is missing for `hpmc17` in this context, meaning it has no local storage:
0 commit comments