On Tue, Sep 11, 2018 at 2:00 PM Roman Mohr wrote:
>
> Hi,
>
> In KubeVirt we are right now starting libvirt via a wrapper shell
> script. I want to remove that wrapper and directly start libvirtd from
> our golang code. This means that our golang code is PID 1 in the
> container and we start libvi
Hi,
In KubeVirt we are right now starting libvirt via a wrapper shell
script. I want to remove that wrapper and directly start libvirtd from
our golang code. This means that our golang code is PID 1 in the
container and we start libvirtd as a fork from there.
When I did this, strange things start