Nir Soffer has posted comments on this change. Change subject: supervdsm: Add wait for SIGKILLed processes ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/34142/1/vdsm/supervdsmServer File vdsm/supervdsmServer: Line 242: if e.errno != errno.ESRCH: Line 243: raise Line 244: Line 245: # If we just killed a process or it died already, wait on it. Line 246: os.waitpid(proc.pid, os.WNOHANG) Can this return (WNOHANG), leaving a zombie behind? Line 247: raise Timeout() Line 248: Line 249: res, err = pipe.recv() Line 250: pipe.send("Bye") -- To view, visit http://gerrit.ovirt.org/34142 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id97a578f77cf2c9a98788b4c2e29a799b2784fc3 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
