Allon Mureinik has posted comments on this change.

Change subject: image.py: reference exception as e when required
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/38669/1/vdsm/storage/image.py
File vdsm/storage/image.py:

Line 838:                     raise
Line 839:                 except qemuimg.QImgError as e:
Line 840:                     self.log.exception('conversion failure for volume 
%s',
Line 841:                                        srcVol.volUUID)
Line 842:                     raise se.CopyImageError(str(e))
e is used here
Line 843: 
Line 844:                 # Mark volume as SHARED
Line 845:                 if volType == volume.SHARED_VOL:
Line 846:                     dstVol.setShared()


-- 
To view, visit https://gerrit.ovirt.org/38669
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic9bd5ef1b4656bf6fb15e9c897356e94a2a795b5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Adam Litke <ali...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to