[pve-devel] [PATCH-SERIES librados2-perl] improve fork behavior

Fiona Ebner f.ebner at proxmox.com
Tue Aug 8 13:23:09 CEST 2023


Reset some inherited signal handlers and use POSIX::_exit instead of
exit in the child worker to avoid potentially unexpected destructor
and END block execution.

Fiona Ebner (3):
  refactor pverados worker into dedicated function
  reset inherited signal handlers in child worker
  use POSIX::_exit instead of exit in forked child

 PVE/RADOS.pm | 143 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 79 insertions(+), 64 deletions(-)

-- 
2.39.2






More information about the pve-devel mailing list