1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-9793: Doc edits in storage vol group and getting started

This commit is contained in:
aravipra
2024-03-01 19:13:05 +05:30
committed by openshift-cherrypick-robot
parent 96473c3cce
commit 9c38d8a28d
2 changed files with 5 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ The following operational differences from {oke} can help you understand where {
.{product-title} differences from {oke}.
image::311_RHDevice_Edge_Overview_0223_2.png[<{microshift-short} is tasked with only the Kubernetes cluster capabilities of networking, ingress, storage, helm, with the additional Kubernetes functions of orchestration and security, as the following diagram illustrates.>]
Figure 2 shows that {oke} has the same cluster capabilities as {product-title}, and adds the following:
The figure "{product-title} differences from {oke}" shows that {oke} has the same cluster capabilities as {product-title}, and adds the following information:
* Install
* Over-the-air updates

View File

@@ -11,9 +11,10 @@ Using LVMS in {microshift-short} requires the following system specifications.
[id="lvms-volume-group-name_{context}"]
== Volume group name
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.
* {microshift-short} assigns a default VG when only one VG is found.
* If more than one VG is present, the VG named `microshift` is assigned as the default.
If you did not configure LVMS in an `lvmd.yaml` file placed in the `/etc/microshift/` directory, {microshift-short} attempts to assign a default volume group (VG) dynamically by running the `vgs` command.
* {microshift-short} assigns a default VG when only one VG is found.
* If more than one VG is present, the VG named `microshift` is assigned as the default.
* If a VG named `microshift` does not exist, LVMS is not deployed.
If there are no volume groups on the {microshift-short} host, LVMS is disabled.