kimchi-project / kimchi

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

Kimchi not starting - libvirt 3.8.0 #1203

Open llitz opened 6 years ago

llitz commented 6 years ago

Hi,

I have Kimchi running on a nested KVM and it works fine. I am trying to manage the libvirt hosting Kimchi's server but I am receiving one specific error on wokd log and Kimchi fails to start:

*** Kimchi: Running feature tests ***
Service Libvirtd running ...: True
operation failed: no storage pools were found on host '127.0.0.1'
NFS Target Probe support ...: True

Looking at my libvirt host, I can see more errors, which I think are related to me running the newer libvirt (I could be wrong):

2017-12-17 06:11:48.825+0000: 280738: error : virNetSocketReadWire:1808 : End of file while reading data: Input/output error
2017-12-17 06:11:49.193+0000: 280741: error : virExec:527 : Cannot find '' in path: No such file or directory
2017-12-17 06:11:49.193+0000: 280741: error : virStorageBackendFileSystemNetFindPoolSources:200 : operation failed: no storage pools were found on host '127.0.0.1'
2017-12-17 06:11:49.554+0000: 280740: error : virExec:527 : Cannot find 'pm-is-supported' in path: No such file or directory
2017-12-17 06:11:49.554+0000: 280740: warning : virQEMUCapsInit:1213 : Failed to get host power management capabilities

These errors only happens when Kimchi tries to connect on my system, both from .deb packages on Ubuntu and compiling the source under a small Docker image.

Apparently, what I am trying to do is supported, according to #952.