]> git.proxmox.com Git - pve-storage.git/commit
Revert "esxi: improve error handling for fuse mount tool"
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 21 Jun 2024 11:46:36 +0000 (13:46 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 21 Jun 2024 11:46:36 +0000 (13:46 +0200)
commit9a594f594dd40295db1b55c442f3d55c0be3bbfc
treed47432ab560e8bfc78dd4977c0d31292bd673bfc
parent6d7dcb575b2747d2b1736c17aae1143ac90cbda8
Revert "esxi: improve error handling for fuse mount tool"

This reverts commit d80420bca8ef5c78bcb9bfabb2a3e6c74667ce49.

This diverts stderr of the fuse process to a pipe, which makes no
sense as it runs daemonized in a scope, also, the pipe fd was used as
a ready-signal, which now does not trigger anymore.
src/PVE/Storage/ESXiPlugin.pm