Change in vdsm[master]: Add deathSignal options to better peopen

smizrahi at redhat.com smizrahi at redhat.com
Mon Aug 13 19:23:28 UTC 2012


Saggi Mizrahi has posted comments on this change.

Change subject: Add deathSignal options to better peopen
......................................................................


Patch Set 9: (1 inline comment)

....................................................
File vdsm/betterPopen/__init__.py
Line 36:     def __init__(self, args, close_fds=False, cwd=None, env=None,
Line 37:             # deathDignal is the signal that will be sent to the child process
Line 38:             # once the parent dies. This is not part of the standard python
Line 39:             # popen and when using standard peopen we should make sure we
Line 40:             # reimplement this.
No, it's a Linux specific API with a very odd semantic. I doubt it's going to get included upstream.
Line 41:             deathSignal=0):
Line 42:         if not isinstance(args, list):
Line 43:             args = list(args)
Line 44: 


--
To view, visit http://gerrit.ovirt.org/6241
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9f987129cea112e2a75d6f02477369417cc50dc7
Gerrit-PatchSet: 9
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Ewoud Kohl van Wijngaarden <ewoud at kohlvanwijngaarden.nl>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Shu Ming <shuming at linux.vnet.ibm.com>
Gerrit-Reviewer: Xu He Jie <xuhj at linux.vnet.ibm.com>
Gerrit-Reviewer: oVirt Jenkins CI Server


More information about the vdsm-patches mailing list