[node-patches] Change in ovirt-node[ovirt-3.5]: adding restart of rpc-statd on network config
fabiand at redhat.com
fabiand at redhat.com
Fri Oct 9 16:50:54 UTC 2015
Hello Anatoly Litovsky,
I'd like you to do a code review. Please visit
https://gerrit.ovirt.org/47161
to review the following change.
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, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/61/47161/1
diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 2d625ad..34882b7 100755
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -278,7 +278,7 @@
def transaction(self):
"""Return all transactions to re-configure networking
"""
- services = ["network", "ntpd", "ntpdate", "rpcbind", "nfslock",
+ services = ["network", "ntpd", "rpcbind", "nfslock",
"rpcidmapd", "nfs-idmapd", "rpcgssd",
"rpc-statd"]
--
To view, visit https://gerrit.ovirt.org/47161
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I47b172d0bdef84bb05092fd40e2292383cde5e7f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Anatoly Litovsky <tlitovsk at redhat.com>
More information about the node-patches
mailing list