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: I65cc6fe55b787a4b51f2540e06deaf9a3c1fe2d6 Signed-off-by: Tolik Litovsky <[email protected]> --- 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/73/44773/1 diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py index 5ff19e1..2d625ad 100755 --- a/src/ovirt/node/config/defaults.py +++ b/src/ovirt/node/config/defaults.py @@ -279,7 +279,8 @@ """Return all transactions to re-configure networking """ services = ["network", "ntpd", "ntpdate", "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/44773 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I65cc6fe55b787a4b51f2540e06deaf9a3c1fe2d6 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
