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
Copy file name to clipboardExpand all lines: modules/microshift-lvms-system-requirements.adoc
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,18 @@ Using LVMS in {microshift-short} requires the following system specifications.
11
11
[id="lvms-volume-group-name_{context}"]
12
12
== Volume group name
13
13
14
-
The default integration of LVMS selects the default volume group (VG) dynamically. If there are no volume groups on the {microshift-short} host, LVMS is disabled.
14
+
If you did not configure LVMS in an `lvmd.yaml` YAML file placed in the `/etc/microshift/` directory, {microshift-short} attempts to assign a default volume group (VG) dynamically by running the `vgs` command.
15
+
* {microshift-short} assigns a default VG when only one VG is found.
16
+
* If more than one VG is present, the VG named `microshift` is assigned as the default.
17
+
* If a VG named `microshift` does not exist, LVMS is not deployed.
15
18
16
-
If there is only one VG on the {microshift-short} host, that VG is used. If there are multiple volume groups, the group `microshift` is used. If the `microshift` group is not found, LVMS is disabled.
19
+
If there are no volume groups on the {microshift-short} host, LVMS is disabled.
17
20
18
21
If you want to use a specific VG, LVMS must be configured to select that VG. You can change the default name of the VG in the configuration file. For details, read the "Configuring the LVMS" section of this document.
19
22
20
23
You can change the default name of the VG in the configuration file. For details, read the "Configuring the LVMS" section of this document.
21
24
22
-
Prior to launching, the `lvmd.yaml` configuration file must specify an existing VG on the node with sufficient capacity for workload storage. If the VG does not exist, the node controller fails to start and enters a `CrashLoopBackoff` state.
25
+
After {microshift-short} starts, you can update the `lvmd.yaml` to include or remove VGs. To implement changes, you must restart {microshift-short}. If the `lvmd.yaml` is deleted, {microshift-short} attempts to find a default VG again.
0 commit comments