Skip to content

Commit 6604ea3

Browse files
authored
Merge pull request #58263 from ShaunaDiaz/OCPBUGS11249
OSDOCS-5662: add prereq for VG capacity
2 parents a377a4b + 3d41229 commit 6604ea3

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

microshift_install/microshift-install-rpm.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can install {product-title} from an RPM package on a machine with {op-system
1111
include::snippets/microshift-tech-preview-snip.adoc[leveloffset=+1]
1212

1313
include::modules/microshift-install-system-requirements.adoc[leveloffset=+1]
14+
include::modules/microshift-install-rpm-before.adoc[leveloffset=+1]
1415
include::modules/microshift-install-rpm-preparing.adoc[leveloffset=+1]
1516

1617
[role="_additional-resources"]
@@ -24,7 +25,7 @@ include::modules/microshift-install-rpm-preparing.adoc[leveloffset=+1]
2425
2526
* For more information about resizing your existing LVs to free up capacity in your VGs, refer to link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/configuring_and_managing_logical_volumes/index#managing-lvm-volume-groups_configuring-and-managing-logical-volumes[Managing LVM Volume Groups].
2627
27-
include::modules/microshift-installing-from-rpm.adoc[leveloffset=+1]
28+
include::modules/microshift-install-rpms.adoc[leveloffset=+1]
2829

2930
[role="_additional-resources"]
3031
.Additional resources
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Module included in the following assemblies:
2+
//
3+
// microshift/microshift-install-rpm.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="microshift-install-rpm-before_{context}"]
7+
= Before installing {product-title} from an RPM package
8+
9+
{product-title} uses the logical volume manager storage (LVMS) Container Storage Interface (CSI) plugin for providing storage to persistent volumes (PVs). LVMS relies on the Linux logical volume manager (LVM) to dynamically manage the backing logical volumes (LVs) for PVs. For this reason, your machine must have an LVM volume group (VG) with unused space in which LVMS can create the LVs for your workload's PVs.
10+
11+
To configure a volume group (VG) that allows LVMS to create the LVs for your workload's PVs, lower the *Desired Size* of your root volume during the installation of {op-system}. Lowering the size of your root volume allows unallocated space on the disk for additional LVs created by LVMS at runtime.

modules/microshift-install-rpm-preparing.adoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,27 @@
66
[id="microshift-install-rpm-preparing_{context}"]
77
= Preparing to install {product-title} from an RPM package
88

9-
Before installing {product-title} from an RPM package, you must configure your {op-system} machine to have a logical volume manager (LVM) volume group (VG) with sufficient capacity for the persistent volumes (PVs) of your workload.
10-
11-
{product-title} uses the logical volume manager storage (LVMS) Container Storage Interface (CSI) provider for storing PVs. LVMS relies on Linux's LVM to dynamically manage the backing storage for PVs. For this reason, your machine must have an LVM VG with unused space in which LVMS can create the LVM logical volumes (LVs) for your workload's PVs.
12-
13-
To configure a volume group (VG) that allows LVMS to create the LVs for your workload's PVs, adjust your root volume's size during the installation of {op-system}. Adjusting your root volume's size provides free space for additional LVs created by LVMS at runtime.
9+
Configure your {op-system} machine to have a logical volume manager (LVM) volume group (VG) with sufficient capacity for the persistent volumes (PVs) of your workload.
1410

1511
.Prerequisites
1612

1713
* The system requirements for installing {product-title} have been met.
1814
* You have root user access to your machine.
15+
* You have configured your LVM VG with the capacity needed for the PVs of your workload.
1916
2017
.Procedure
2118

22-
. In the graphical installer under *Storage Configuration*, select *Custom* -> *Done* to open the dialog for configuring partitions and volumes.
19+
. In the graphical installer under *Installation Destination* in the *Storage Configuration* subsection, select *Custom* -> *Done* to open the dialog for configuring partitions and volumes. The Manual Partitioning window is displayed.
2320

24-
. Under *New Red Hat Enterprise Linux 9.x Installation*, select *Click here to create them automatically*.
21+
. Under *New Red Hat Enterprise Linux {op-system-version-major}.x Installation*, select *Click here to create them automatically*.
2522

2623
. Select the root partition, */*, reduce *Desired Capacity* so that the VG has sufficient capacity for your PVs, and then click *Update Settings*.
2724

2825
. Complete your installation.
2926
+
3027
[NOTE]
3128
====
32-
For more options on partition configuration, see the guide linked in the Additional information section for Configuring Manual Partitioning.
29+
For more options on partition configuration, read the guide linked in the Additional information section for Configuring Manual Partitioning.
3330
====
3431

3532
. As a root user, verify the VG capacity available on your system by running the following command:
File renamed without changes.

0 commit comments

Comments
 (0)