Change in vdsm[ovirt-3.5]: Restart supervdsmd service always and not only on-abort

ybronhei at redhat.com ybronhei at redhat.com
Sun Mar 29 10:39:31 UTC 2015


Hello Yeela Kaplan, Dan Kenigsberg,

I'd like you to do a code review.  Please visit

    https://gerrit.ovirt.org/39312

to review the following change.

Change subject: Restart supervdsmd service always and not only on-abort
......................................................................

Restart supervdsmd service always and not only on-abort

Currently we restart the service only after SIGKILL (on-abort) but the
desire behaviour should be always restarts when the process goes down.

Change-Id: Ic28c01aab440d0af38cd6b2012e596e16a0a0ae3
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/39104
Reviewed-by: Yeela Kaplan <ykaplan at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M init/systemd/supervdsmd.service.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/39312/1

diff --git a/init/systemd/supervdsmd.service.in b/init/systemd/supervdsmd.service.in
index 9d3fa7d..7a5e871 100644
--- a/init/systemd/supervdsmd.service.in
+++ b/init/systemd/supervdsmd.service.in
@@ -7,4 +7,4 @@
 LimitCORE=infinity
 EnvironmentFile=-/etc/sysconfig/supervdsmd
 ExecStart=@VDSMDIR@/daemonAdapter "@VDSMDIR@/supervdsmServer" --sockfile "@VDSMRUNDIR@/svdsm.sock"
-Restart=on-abort
+Restart=always


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic28c01aab440d0af38cd6b2012e596e16a0a0ae3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>


More information about the vdsm-patches mailing list