Change in vdsm[ovirt-3.5]: net: fix vdsmd service start

phoracek at redhat.com phoracek at redhat.com
Mon Sep 7 10:07:53 UTC 2015


Petr Horáček has uploaded a new change for review.

Change subject: net: fix vdsmd service start
......................................................................

net: fix vdsmd service start

Change-Id: I71342362f56b87bcb566c3343c90a69f95327ea6
Bug-Url: https://bugzilla.redhat.com/1258551
Signed-off-by: Petr Horáček <phoracek at redhat.com>
---
M init/sysvinit/vdsmd.init.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/87/45787/1

diff --git a/init/sysvinit/vdsmd.init.in b/init/sysvinit/vdsmd.init.in
index 9777306..2eefa7c 100755
--- a/init/sysvinit/vdsmd.init.in
+++ b/init/sysvinit/vdsmd.init.in
@@ -114,7 +114,7 @@
 
     for static_dev in $static_devs; do
         if [[ $activated_devs != *"$static_dev"* ]]; then
-            service network start
+            service network restart
             ret_val=$?
             if [ "${ret_val}" -ne 0 ]; then
                 log_failure_msg "${prog}: Start dependent network"


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I71342362f56b87bcb566c3343c90a69f95327ea6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>


More information about the vdsm-patches mailing list