Joey Boggs has submitted this change and it was merged. Change subject: add wait code after the call of fuction subprocess_closefds. ......................................................................
add wait code after the call of fuction subprocess_closefds. Now in ovirt-node, we has the fail possible to get the output the call of subprocess_closefds, because of not waiting for the complete of the command. This patch is to avoid the problem. Change-Id: I3b5a7c41c5e6809d148bda37f3fb1a75ed3fd4dd Signed-off-by: boh.ricky <[email protected]> --- M src/ovirtnode/install.py M src/ovirtnode/ovirtfunctions.py M src/ovirtnode/storage.py 3 files changed, 70 insertions(+), 47 deletions(-) Approvals: Joey Boggs: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/18671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b5a7c41c5e6809d148bda37f3fb1a75ed3fd4dd Gerrit-PatchSet: 4 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hai bo <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Joey Boggs <[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
