Dan Kenigsberg has submitted this change and it was merged. Change subject: bootstrap: perform reboot asynchronously ......................................................................
bootstrap: perform reboot asynchronously The use of /sbin/reboot may cause reboot to be performed at the middle of script execution. Reboot should be delayed in background so that script will have a fair chance to terminate properly. Change-Id: I0abb02ae4d5033a8b9f2d468da86fcdc53e2e1c2 Signed-off-by: Alon Bar-Lev <[email protected]> --- M vdsm_reg/deployUtil.py.in 1 file changed, 46 insertions(+), 10 deletions(-) Approvals: Alon Bar-Lev: Verified Barak Azulay: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7783 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0abb02ae4d5033a8b9f2d468da86fcdc53e2e1c2 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
