]> git.proxmox.com Git - proxmox-backup.git/commit
fuse_loop: wait for instance to close after killing
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 7 Oct 2020 11:53:07 +0000 (13:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Oct 2020 06:37:47 +0000 (08:37 +0200)
commita86bf52390e80c14a2a5f7e8158c79170fa23c62
treeec2ded8eeb1605452e23dbd4f6f130a43bbb2711
parent2deee0e01f426fabe91efbf712ffe533aff4382e
fuse_loop: wait for instance to close after killing

On unmap, only report success if the instance we are killing actually
terminates. This is especially important so that cleanup routines can be
assured that /run files are actually cleaned up after calling
cleanup_unused_run_files.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/tools/fuse_loop.rs