Re: [libvirt PATCH 2/3] qemu: wait more for virtiofsd to exit

2021-06-23 Thread Jano Tomko
On 6/21/21 4:53 AM, Masayoshi Mizuma wrote: > On Fri, Jun 18, 2021 at 01:45:18PM +0200, Ján Tomko wrote: >> In some cases, such as doing intense I/O on slow filesystems, >> it can take virtiofsd as long as 42 seconds to exit. >> >> Add a delay of extra 45 seconds before we forcefully kill it. >> >>

Re: [libvirt PATCH 2/3] qemu: wait more for virtiofsd to exit

2021-06-20 Thread Masayoshi Mizuma
On Fri, Jun 18, 2021 at 01:45:18PM +0200, Ján Tomko wrote: > In some cases, such as doing intense I/O on slow filesystems, > it can take virtiofsd as long as 42 seconds to exit. > > Add a delay of extra 45 seconds before we forcefully kill it. > > https://bugzilla.redhat.com/show_bug.cgi?id=19402

Re: [libvirt PATCH 2/3] qemu: wait more for virtiofsd to exit

2021-06-18 Thread Michal Prívozník
On 6/18/21 1:45 PM, Ján Tomko wrote: > In some cases, such as doing intense I/O on slow filesystems, > it can take virtiofsd as long as 42 seconds to exit. > > Add a delay of extra 45 seconds before we forcefully kill it. > > https://bugzilla.redhat.com/show_bug.cgi?id=1940276 This is inaccessib

[libvirt PATCH 2/3] qemu: wait more for virtiofsd to exit

2021-06-18 Thread Ján Tomko
In some cases, such as doing intense I/O on slow filesystems, it can take virtiofsd as long as 42 seconds to exit. Add a delay of extra 45 seconds before we forcefully kill it. https://bugzilla.redhat.com/show_bug.cgi?id=1940276 Signed-off-by: Ján Tomko --- src/qemu/qemu_virtiofs.c | 2 +- 1 f