Dan Kenigsberg has submitted this change and it was merged. Change subject: BZ#841863 Change exception thrown by the fileUtils module ......................................................................
BZ#841863 Change exception thrown by the fileUtils module Serializing obejcts that aren't canonical might cause issue with pickling. In anycase, the gobal exceptions should not be used so low in the stack. Change-Id: I0c6a4fded368e89f057d244665be0e37d71f2d08 Signed-off-by: Saggi Mizrahi <[email protected]> --- M vdsm/storage/fileSD.py M vdsm/storage/fileUtils.py M vdsm/storage/localFsSD.py M vdsm/storage/nfsSD.py M vdsm/storage/sp.py 5 files changed, 32 insertions(+), 9 deletions(-) Approvals: Alon Bar-Lev: Verified Federico Simoncelli: Looks good to me, approved Dan Kenigsberg: -- To view, visit http://gerrit.ovirt.org/6463 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0c6a4fded368e89f057d244665be0e37d71f2d08 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Asaf Shakarchi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Xu He Jie <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
