[node-patches] Change in ovirt-node[master]: adding restart of rpc-statd on network config

tlitovsk at redhat.com tlitovsk at redhat.com
Wed Aug 12 13:12:56 UTC 2015


Anatoly Litovsky has uploaded a new change for review.

Change subject: adding restart of rpc-statd on network config
......................................................................

adding restart of rpc-statd on network config

in order for rpc-statd to be aware of new bonds
and new network cards we add the rpc-statd to the
list of restarted services on tui config.

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1251827

Change-Id: I47b172d0bdef84bb05092fd40e2292383cde5e7f
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M src/ovirt/node/config/defaults.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/58/44758/1

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


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47b172d0bdef84bb05092fd40e2292383cde5e7f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>



More information about the node-patches mailing list