Skip to content

Commit 3c655f4

Browse files
authored
Enable libvirt proxy local socket (#1607)
2023-11-23 15:20:02 level=error msg=Error: failed to dial libvirt: dial unix /var/run/libvirt/libvirt-sock: connect: no such file or directory There some lingering runs having the above error message. Hence, enabling virtproxyd service Signed-off-by: Pragadeeswaran Sathyanarayanan <[email protected]>
1 parent 7144109 commit 3c655f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 02_configure_host.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ early_deploy_validation
2121
manage_libvirtd() {
2222
case ${DISTRO} in
2323
centos9|rhel9|rocky9)
24-
for i in qemu network nodedev nwfilter secret storage interface; do
24+
for i in qemu interface network nodedev nwfilter secret storage proxy; do
2525
sudo systemctl enable --now virt${i}d.socket
2626
sudo systemctl enable --now virt${i}d-ro.socket
2727
sudo systemctl enable --now virt${i}d-admin.socket

0 commit comments

Comments
 (0)