kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.08k stars 365 forks source link

Libvirt check should only look for socket #1264

Closed geiseri closed 4 years ago

geiseri commented 5 years ago

The method is_libvirtd_up currently checks to see if systemd is running the libvirt service. In the case of docker then systemd is not running so this test fails. The test should in fact only check for the presence of the /var/run/libvirt/libvirt-sock path being present.

alinefm commented 4 years ago

Fix merged