From e4fb2c0a2c6cdca8fa1474aabb88a24b175599e0 Mon Sep 17 00:00:00 2001 From: Pablo Acevedo Montserrat Date: Mon, 12 Dec 2022 09:45:29 +0100 Subject: [PATCH] Add rhel volume group verify to dev env docs --- docs/devenv_rhel8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/devenv_rhel8.md b/docs/devenv_rhel8.md index a22d9f3358..6083df777f 100644 --- a/docs/devenv_rhel8.md +++ b/docs/devenv_rhel8.md @@ -40,6 +40,7 @@ In the OS installation wizard, set the following options: - Under "New Red Hat Enterprise Linux 8.x Installation", click "Click here to create them automatically" - Select the root partition (`/`) - On the right side of the menu, set "Desired Capacity" to `40 GiB` + - On the right side of the menu, verify the volume group is `rhel`. - Click "Update Settings" button > This will preserve the rest of the allocatable storage for dynamically provisioned logical volumes. The MicroShift default CSI provisioner requires at least 1GB of unallocated storage in the volume group. Adjust the capacity as desired. - Click "Done" button.