Fabian Deutsch has submitted this change and it was merged. Change subject: Fix persistence logic ......................................................................
Fix persistence logic Previously the return code of a list of files which needed to be persisted, was determined by the last file to be persisted. And even if there was no severe issue, it could lead to a situation where the retun code was unequal 0, which returned to a failed auto-installation. This patch also introduces some better descriptions for failed auto-installations. Change-Id: I7749fb2a423283c5748cbe990374d4790cffeb99 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1120650 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-functions.in M scripts/ovirt-init-functions.sh.in 2 files changed, 13 insertions(+), 7 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/33319 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7749fb2a423283c5748cbe990374d4790cffeb99 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: node-3.0 Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
