Change in vdsm[master]: volume: Fix exception re-rasing

2014-10-02 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: volume: Fix exception re-rasing .. Patch Set 2: Build Failed http://jenkins.ovirt.org/job/vdsm_master_create-rpms_merged_test_debug/253/ : FAILURE

Change in vdsm[master]: volume: Fix exception re-rasing

2014-10-02 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: volume: Fix exception re-rasing .. Patch Set 1: Code-Review+2 -- To view, visit http://gerrit.ovirt.org/33556 To unsubscribe, visit http://gerrit.ovirt.org/set

Change in vdsm[master]: volume: Fix exception re-rasing

2014-10-02 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: volume: Fix exception re-rasing .. volume: Fix exception re-rasing When re-raising and excepition, the correct way is: raise And not: raise

Change in vdsm[master]: volume: Fix exception re-rasing

2014-10-02 Thread ykaplan
Yeela Kaplan has posted comments on this change. Change subject: volume: Fix exception re-rasing .. Patch Set 1: Code-Review+1 -- To view, visit http://gerrit.ovirt.org/33556 To unsubscribe, visit http://gerrit.ovirt.org/setti

Change in vdsm[master]: volume: Fix exception re-rasing

2014-10-01 Thread oVirt Jenkins CI Server
oVirt Jenkins CI Server has posted comments on this change. Change subject: volume: Fix exception re-rasing .. Patch Set 1: Build Successful http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit_el/11747/ : SUCCESS http

Change in vdsm[master]: volume: Fix exception re-rasing

2014-09-30 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: volume: Fix exception re-rasing .. Patch Set 1: Verified+1 Verified by eye. -- To view, visit http://gerrit.ovirt.org/33556 To unsubscribe, visit http://gerrit.ov

Change in vdsm[master]: volume: Fix exception re-rasing

2014-09-30 Thread nsoffer
Nir Soffer has uploaded a new change for review. Change subject: volume: Fix exception re-rasing .. volume: Fix exception re-rasing When re-raising and excepition, the correct way is: raise And not: raise e The later