Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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