From c04048f14361b42401699a4b0292781643ace188 Mon Sep 17 00:00:00 2001 From: YanhuiMa Date: Thu, 29 Feb 2024 09:38:58 +0800 Subject: [PATCH] Also need to enable virtproxyd for RHEL9 when installing libvirt (#1635) Signed-off-by: YanhuiMa --- 02_configure_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_configure_host.sh b/02_configure_host.sh index e2c4ed868..a2cfae535 100755 --- a/02_configure_host.sh +++ b/02_configure_host.sh @@ -21,7 +21,7 @@ early_deploy_validation manage_libvirtd() { case ${DISTRO} in centos9|rhel9) - for i in qemu network nodedev nwfilter secret storage interface; do + for i in qemu network nodedev nwfilter secret storage interface proxy; do sudo systemctl enable --now virt${i}d.socket sudo systemctl enable --now virt${i}d-ro.socket sudo systemctl enable --now virt${i}d-admin.socket