Fabian Deutsch has submitted this change and it was merged. Change subject: functions: Yet another fix for retnum persistence ......................................................................
functions: Yet another fix for retnum persistence There were two cases in which the new retnum variant of persist fails: 1. config file is still bind mounted 2. If everything goes well, then the function returned True which got interpreted as a return value of 1. The target config file is now always unmounted, before a mount is tried, and the return True on success got removed. Change-Id: I2caeea64c79bb55a614cd363082d70afcdd20501 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 M src/ovirtnode/ovirtfunctions.py 3 files changed, 3 insertions(+), 3 deletions(-) -- To view, visit http://gerrit.ovirt.org/33365 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2caeea64c79bb55a614cd363082d70afcdd20501 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master 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
