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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel