Fabian Deutsch has submitted this change and it was merged. Change subject: utils: Suppress failed unmount errors ......................................................................
utils: Suppress failed unmount errors Previously failed unmounts were ignored (which is not good) and an error was shown on the screen. With this patch, the failure is still ignored, but the error is only getting logged as a warning, and not as an error anymore. The failure is still ignored, because it's not the right time to change the behavior of th Mount().unmount() call. Change-Id: I7b7d195b12203cec0944889ce9c5819d33d40eab Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1275962 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/system.py 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/47937 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7b7d195b12203cec0944889ce9c5819d33d40eab Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: [email protected] _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
