Applicable to:
- SolusVM 2
Symptoms
Unable to add VM on AlmaLinux 9.2 CR with error:
SVM_ERROR: Failed to get hypervisor for virtualization type "kvm": failed to check QEMU driver is available: dial socket "/var/run/libvirt/libvirt-sock-ro": dial unix /var/run/libvirt/libvirt-sock-ro: connect: no such file or directory
Cause
libvirtd socket is not properly started
Resolution
Connect through SSH and execute the following commands on the affected CR
# systemctl stop libvirtd.socket
# systemctl restart libvirtd
Comments
Please sign in to leave a comment.