[pve-devel] applied: [PATCH storage] fix #6073: esxi: fix zombie process after storage removal

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Aug 4 20:38:18 CEST 2025


On Tue, 01 Jul 2025 15:41:35 +0000, Stelios Vailakakis wrote:
> After removing an ESXi storage, a zombie process is generated because
> the forked FUSE process (esxi-folder-fuse) is not properly reaped.
> 
> This patch implements a double-fork mechanism to ensure the FUSE process
> is reparented to init (PID 1), which will properly reap it when it
> exits. Additionally adds the missing waitpid() call to reap the
> intermediate child process.
> 
> [...]

Applied, to master and the stable-8 branch, thanks!

[1/1] fix #6073: esxi: fix zombie process after storage removal
      commit: c33abdf0628fbb0901f1b332bf987c210b438c43




More information about the pve-devel mailing list