[libvirt PATCH 0/3] wait longer for virtiofsd to exit (virtio-fs epopee)

Ján Tomko posted 3 patches 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1624016585.git.jtomko@redhat.com
src/libvirt_private.syms |  1 +
src/qemu/qemu_virtiofs.c |  2 +-
src/util/virpidfile.c    | 16 +++++++++++++++-
src/util/virpidfile.h    |  2 ++
src/util/virprocess.c    |  2 +-
5 files changed, 20 insertions(+), 3 deletions(-)
[libvirt PATCH 0/3] wait longer for virtiofsd to exit (virtio-fs epopee)
Posted by Ján Tomko 2 years, 10 months ago
See patch 2/3.

Ján Tomko (3):
  Introduce virPidFileForceCleanupPathDelay
  qemu: wait more for virtiofsd to exit
  util: fix typo

 src/libvirt_private.syms |  1 +
 src/qemu/qemu_virtiofs.c |  2 +-
 src/util/virpidfile.c    | 16 +++++++++++++++-
 src/util/virpidfile.h    |  2 ++
 src/util/virprocess.c    |  2 +-
 5 files changed, 20 insertions(+), 3 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/3] wait longer for virtiofsd to exit (virtio-fs epopee)
Posted by Michal Prívozník 2 years, 10 months ago
On 6/18/21 1:45 PM, Ján Tomko wrote:
> See patch 2/3.
> 
> Ján Tomko (3):
>   Introduce virPidFileForceCleanupPathDelay
>   qemu: wait more for virtiofsd to exit
>   util: fix typo
> 
>  src/libvirt_private.syms |  1 +
>  src/qemu/qemu_virtiofs.c |  2 +-
>  src/util/virpidfile.c    | 16 +++++++++++++++-
>  src/util/virpidfile.h    |  2 ++
>  src/util/virprocess.c    |  2 +-
>  5 files changed, 20 insertions(+), 3 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal