From 5f187f46f55383f083b9880030d3c6cfd110fc17 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 13 Jul 2021 14:13:22 +0200 Subject: [PATCH] copr-hv: update README for the required grub.cfg update --- roles/copr/hypervisor/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/hypervisor/README b/roles/copr/hypervisor/README index aa4eaf74bd..d23cea1b68 100644 --- a/roles/copr/hypervisor/README +++ b/roles/copr/hypervisor/README @@ -32,6 +32,9 @@ Manually created swap: 1. lvcreate -L 300G vg_guests -n swap 2. mkswap -L swap /dev/mapper/vg_guests-swap +Note that this requires changing /etc/fstab, and then /etc/sysconfig/grub - and +regenerating the /boot grub config. + Manually created space for volumes/images: 1. lvcreate -n images -l 100%FREE vg_guests