Fabian Deutsch has uploaded a new change for review. Change subject: init: Triggera change instead of an add ......................................................................
init: Triggera change instead of an add The assumption is that a change is less invasive, than an add. Change-Id: I6a6b4bcd8daaf4938083519c35940e557cce8f44 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1251040 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/16/44616/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index 1e1062f..4706777 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -882,7 +882,7 @@ # Rename the interfaces after bind-mounting the udev rules, rhbz#831658 rm -f /etc/udev/rules.d/70-persistent-net.rules udevadm control --reload-rules - udevadm trigger --action=add --subsystem-match=net + udevadm trigger --action=change --subsystem-match=net } } -- To view, visit https://gerrit.ovirt.org/44616 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6a6b4bcd8daaf4938083519c35940e557cce8f44 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
