Alex Lourie has uploaded a new change for review.

Change subject: packaging: setup: fixed systemd service handling
......................................................................

packaging: setup: fixed systemd service handling

Change-Id: I65375461bd072741c44f0192c88ed8771c8c0496
Bug-Url: https://bugzilla.redhat.com/1011544
Signed-off-by: Alex Lourie <[email protected]>
---
M packaging/common_utils.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/98/19998/1

diff --git a/packaging/common_utils.py b/packaging/common_utils.py
index 2b41711..e788a71 100755
--- a/packaging/common_utils.py
+++ b/packaging/common_utils.py
@@ -257,6 +257,7 @@
         for st in ('dead', 'inactive', 'stopped'):
             if st in output:
                 self.lastStateUp = False
+                break
         else:
             for st in ('running', 'active'):
                 if st in output:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I65375461bd072741c44f0192c88ed8771c8c0496
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to