Dan Kenigsberg has uploaded a new change for review. Change subject: vdsmd: set nwfilter on ovirt-node ......................................................................
vdsmd: set nwfilter on ovirt-node ovirt-node is shipped with .pyc only. Do not try running a missing executable. Change-Id: I35e9a3526f6ec70ef40f586319259903e9e1f5fe Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/vdsmd.init.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/21/7821/1 diff --git a/vdsm/vdsmd.init.in b/vdsm/vdsmd.init.in index 57230a8..603a585 100755 --- a/vdsm/vdsmd.init.in +++ b/vdsm/vdsmd.init.in @@ -464,7 +464,7 @@ return $ret_val fi - @VDSMDIR@/nwfilter.py > /dev/null 2>&1 + python @VDSMDIR@/nwfilter.pyc > /dev/null 2>&1 ret_val=$? if [ $ret_val -ne 0 ] then -- To view, visit http://gerrit.ovirt.org/7821 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I35e9a3526f6ec70ef40f586319259903e9e1f5fe Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
