Fabian Deutsch has submitted this change and it was merged. Change subject: init: Move the on-boot hook to the end of post ......................................................................
init: Move the on-boot hook to the end of post This shall ensure that all node specific stuff is done, and any async hook does not interfer with any following ovirt-post-logic. The specific case is that vdsm get#s started async in the 90-start-vdsm handler, this could interfer with the (necessary) service network restart call, because the networking will change while vdsm comes up. Change-Id: I2b3937fb248bf0487cc0db7702d5423f1eca9d79 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1194068 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 9 insertions(+), 9 deletions(-) -- To view, visit https://gerrit.ovirt.org/39263 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2b3937fb248bf0487cc0db7702d5423f1eca9d79 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
