Skip to content

Commit

Permalink
Also need to enable virtproxyd for RHEL9 when installing libvirt (ope…
Browse files Browse the repository at this point in the history
…nshift-metal3#1635)

Signed-off-by: YanhuiMa <[email protected]>
  • Loading branch information
YanhuiMa committed Feb 29, 2024
1 parent 5f47779 commit c04048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_configure_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c04048f

Please sign in to comment.