
23 Mar
2020
23 Mar
'20
6:48 p.m.
On 23. 3. 2020 17:36, Marc-André Lureau wrote:
Hi
On Mon, Mar 23, 2020 at 5:16 PM Michal Privoznik <mprivozn@redhat.com> wrote:
Now, that our virCommandSetPidFile() is more intelligent we don't need to rely on the daemon to create and lock the pidfile and use virCommandSetPidFile() at the same time.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Nice, but doesn't this also fix a temporary regression introduced by previous commit, now that pidfile is locked?
Yeah, I haven't found a way to do this regression free. Michal