kimchi-project / kimchi

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

Issue #1264 : Libvirt check should only look for socket #1288

Closed ravanelli closed 4 years ago

ravanelli commented 4 years ago

Change is_libvirtd_up function to check libvirt socket instead of systemd

Pull Request Template

Description

Please, include a summary of the patch and why it should be accepted. Link it to any open issue and share any other information and context you judge relevant for this PR.

Fixes # (issue)

How Has This Been Tested?

Please, describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

ravanelli commented 4 years ago

Change is_libvirtd_up function to check socket instead of systemd

alinefm commented 4 years ago

@ravanelli let me know your thoughts on my comments.

alinefm commented 4 years ago

Thank you, @ravanelli