[node-patches] Change in ovirt-node[master]: fix call to system_closefds

mburns at redhat.com mburns at redhat.com
Wed Oct 10 19:52:52 UTC 2012


Michael Burns has uploaded a new change for review.

Change subject: fix call to system_closefds
......................................................................

fix call to system_closefds

Change-Id: I1dbd1e8a6060617e8d0653fba704a3693c691fbf
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M scripts/ovirtnode/install.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/76/8476/1

diff --git a/scripts/ovirtnode/install.py b/scripts/ovirtnode/install.py
index 93f7e32..51fa109 100755
--- a/scripts/ovirtnode/install.py
+++ b/scripts/ovirtnode/install.py
@@ -489,7 +489,7 @@
                 f.write('* * * * * sleep 10 && /sbin/reboot')
                 f.close()
                 #ensure crond is started
-                subprocess_closefds("crond", shell=True,
+                _functions.subprocess_closefds("crond", shell=True,
                                     stdout=subprocess.PIPE,
                                     stderr=subprocess.STDOUT)
             return True


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1dbd1e8a6060617e8d0653fba704a3693c691fbf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>



More information about the node-patches mailing list