Ido Barkan has uploaded a new change for review.

Change subject: shell_helper: show all VDSM processes status when restarting
......................................................................

shell_helper: show all VDSM processes status when restarting

Change-Id: I2b37d4d43872d87b45efaabe371f3363c76135aa
Signed-off-by: Ido Barkan <ibar...@redhat.com>
---
M contrib/shell_helper
1 file changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/24/38924/1

diff --git a/contrib/shell_helper b/contrib/shell_helper
index 20a8a05..21ff233 100755
--- a/contrib/shell_helper
+++ b/contrib/shell_helper
@@ -21,8 +21,10 @@
     sudo service vdsmd stop && sudo service supervdsmd stop
     sudo service vdsmd start
     sleep 3
-    service vdsmd status | egrep "Active|active|activating|failed"
-    service supervdsmd status | egrep  "Active|active|activating|failed"
+    service vdsm-network-cleanup status | egrep -i "active|failed"
+    service vdsm-network status | egrep -i "active|failed"
+    service vdsmd status | egrep -i "active|failed"
+    service supervdsmd status | egrep -i "active|failed"
 }
 
 vdsm_caps_nonsecure() {


-- 
To view, visit https://gerrit.ovirt.org/38924
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b37d4d43872d87b45efaabe371f3363c76135aa
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Ido Barkan <ibar...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to