On 05/07/2018 02:06 PM, Guido Günther wrote: > On Mon, May 07, 2018 at 10:24:20AM +0200, Thomas Goirand wrote: >> Package: libvirt-daemon-system >> Version: 3.0.0-4+deb9u3+infomaniak+1 >> Severity: important >> >> Hi, >> >> After editing the libvirt parameters, it is necessary to restart it. At >> least, that's what does puppet-openstack. Unfortunately, it is currently >> impossible to do so, as libvirt doesn't stop. Adding these parameters >> fixes the issue: >> >> PIDFile=/var/run/libvirtd.pid >> KillSignal=SIGKILL >> >> As the .service file is generated by the upstream code, here's a small >> shell script that I hacked to insert the above at build time: > > Can you provide more details? > > systemctl restart libvirtd > > works here. > -- Guido
Can you try to do: systemctl stop libvirtd and see if the process is killed? Cheers, Thomas Goirand (zigo)