Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: defaults: Add vdsmd to stop/start in network conf
......................................................................

defaults: Add vdsmd to stop/start in network conf

When configuring network the listed services are stopped
and started: network, ntpd, ntpdate, rpcbind, nfslock,
rpcidmapd, nfs-idmapd and rpcgssd. VDSM requires rpcbind
and if we stop this service during the configure of
network vdsm will be terminated as it requires this
service in systemd unit file. This patch adds the
vdsmd as a service to be stopped and started when
network is configured.

Change-Id: I11808417c8358777478f0cf9f821d93cafbb9f3b
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1209836
Signed-off-by: Douglas Schilling Landgraf <[email protected]>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/39/42239/1

diff --git a/src/ovirt/node/config/defaults.py 
b/src/ovirt/node/config/defaults.py
index a078438..a8cfbed 100755
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -280,7 +280,7 @@
         """Return all transactions to re-configure networking
         """
         services = ["network", "ntpd", "ntpdate", "rpcbind", "nfslock",
-                    "rpcidmapd", "nfs-idmapd", "rpcgssd"]
+                    "rpcidmapd", "nfs-idmapd", "rpcgssd", "vdsmd"]
 
         def do_services(cmd, services):
             with console.CaptureOutput():


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I11808417c8358777478f0cf9f821d93cafbb9f3b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to