Skip to content

Commit 421cf3d

Browse files
copejonkelbrown20
andcommitted
Update modules/microshift-lvms-system-requirements.adoc
Co-authored-by: Shauna Diaz <[email protected]> Update modules/microshift-lvms-system-requirements.adoc Co-authored-by: Shauna Diaz <[email protected]> Update modules/microshift-lvms-system-requirements.adoc Co-authored-by: Shauna Diaz <[email protected]> added cases to opening statement. fixed incorrect behavior description Update modules/microshift-lvms-system-requirements.adoc Co-authored-by: Shauna Diaz <[email protected]> Update modules/microshift-lvms-system-requirements.adoc Co-authored-by: Shauna Diaz <[email protected]> update lvms vg discovery docs, microshift does not require a VG on the host Signed-off-by: Jon Cope <[email protected]> Update modules/microshift-lvms-system-requirements.adoc Co-authored-by: Kelly Brown <[email protected]>
1 parent 8ec654f commit 421cf3d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/microshift-lvms-system-requirements.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ Using LVMS in {microshift-short} requires the following system specifications.
1111
[id="lvms-volume-group-name_{context}"]
1212
== Volume group name
1313

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.
1518

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.
1720

1821
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.
1922

2023
You can change the default name of the VG in the configuration file. For details, read the "Configuring the LVMS" section of this document.
2124

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.
2326

2427
[id="lvms-volume-size-increments_{context}"]
2528
== Volume size increments

0 commit comments

Comments
 (0)