Yaniv Bronhaim has submitted this change and it was merged. Change subject: fix error handling in isdir and islink ......................................................................
fix error handling in isdir and islink isdir and islink implemented using ioprocess will throw an exception in case of stat failure because of errno ENOENT, while it should return False. Change-Id: Iaa7d1a16ba2940963d29a19a7140235fbd80ba8d Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1115123 Signed-off-by: Yeela Kaplan <[email protected]> Reviewed-on: http://gerrit.ovirt.org/29633 Reviewed-by: Saggi Mizrahi <[email protected]> Reviewed-on: http://gerrit.ovirt.org/30167 Reviewed-by: Yaniv Bronhaim <[email protected]> --- M vdsm/storage/outOfProcess.py 1 file changed, 18 insertions(+), 4 deletions(-) Approvals: Yeela Kaplan: Verified Yaniv Bronhaim: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/30167 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaa7d1a16ba2940963d29a19a7140235fbd80ba8d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
