|
6 | 6 | [id="microshift-install-rpm-preparing_{context}"]
|
7 | 7 | = Preparing to install {product-title} from an RPM package
|
8 | 8 |
|
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. |
14 | 10 |
|
15 | 11 | .Prerequisites
|
16 | 12 |
|
17 | 13 | * The system requirements for installing {product-title} have been met.
|
18 | 14 | * 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. |
19 | 16 |
|
20 | 17 | .Procedure
|
21 | 18 |
|
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. |
23 | 20 |
|
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*. |
25 | 22 |
|
26 | 23 | . Select the root partition, */*, reduce *Desired Capacity* so that the VG has sufficient capacity for your PVs, and then click *Update Settings*.
|
27 | 24 |
|
28 | 25 | . Complete your installation.
|
29 | 26 | +
|
30 | 27 | [NOTE]
|
31 | 28 | ====
|
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. |
33 | 30 | ====
|
34 | 31 |
|
35 | 32 | . As a root user, verify the VG capacity available on your system by running the following command:
|
|
0 commit comments