Michael Burns has submitted this change and it was merged. Change subject: process: pipe() can raise exception ......................................................................
process: pipe() can raise exception Previously the failed start of a service was not detected n el6, because the fallback of check_output - pipe() - didn't throw exceptions on failed starts. This is now fixed, pipe() is throwing (if asked) exceptions to signla if th ecmd failed (the service didi not start). Change-Id: I588d1b97d31553a1aaf05c0cd0462b118369179d Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=991375 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/process.py 1 file changed, 79 insertions(+), 7 deletions(-) Approvals: Michael Burns: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19621 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I588d1b97d31553a1aaf05c0cd0462b118369179d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Michael Burns <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
