Aline Manera
Aline Manera
Ops... UI is still missing. I will keep it open to track that.
Hi @philled Is libvirtd service running? Are you able to run the following python code? ``` import libvirt conn = libvirt.open(None) print conn ```
Hi @philled Please, do: ``` import libvirt conn = libvirt.open(None) print conn.listAllDomains() ``` Is that listing all the VMs you expect? Could you also share the output of: ``` service...
Hi @wispmax Do you have have a single Kimchi installation to manage virtual machines in multiple servers? Today, Kimchi connects to the libvirt running in the same system. If you...
Hi @meffect There is no problem on renaming the default network on libvirt. But make sure to inform that to Kimchi by editing the file /etc/kimchi/template.conf
@philled I have a Fedora 25 system running with latest Wok and Kimchi and on top of it I have 4 virtual machines, each one with the following OS: Fedora...
@philled That is still no possible. It is only possible if you configure the libvirtd service running on Kimchi machine to access another libvirt service in a different machine.
Seems it is only a valid feature for Power systems. So it should not be shown for x86, which is the case of my tests.
Kimchi also depends on libvirt-bin service on systemd configuration. Maybe it needs to be adjusted as well.
Hi @ramonmedeiros and @biancafc Have you downloaded and installed ginger directory under wok file structure? ie, under wok/src/wok/plugins ? You can not run make-check of a plugin without wok. So...