Re: [libvirt-users] Running libvirtd outside of a shell results in qemu defunct processes

2018-09-11 Thread Roman Mohr
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

[libvirt-users] Running libvirtd outside of a shell results in qemu defunct processes

2018-09-11 Thread Roman Mohr
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