From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged.
Change subject: client: add ConnectionError exception ...................................................................... client: add ConnectionError exception We've used ClientError for commands failures that didn't reach vdsm but we need a different exception for connectivity issues. Change-Id: I193fbc64b89b06d11e47c7ca43d3b6fa1fef7623 Signed-off-by: Irit goihman <[email protected]> Reviewed-on: https://gerrit.ovirt.org/66984 Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Yaniv Bronhaim <[email protected]> Reviewed-by: Piotr Kliczewski <[email protected]> Continuous-Integration: Jenkins CI --- M lib/vdsm/client.py 1 file changed, 13 insertions(+), 1 deletion(-) Approvals: Piotr Kliczewski: Looks good to me, approved Nir Soffer: Looks good to me, but someone else must approve Yaniv Bronhaim: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Irit Goihman: Verified -- To view, visit https://gerrit.ovirt.org/66984 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I193fbc64b89b06d11e47c7ca43d3b6fa1fef7623 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Irit Goihman <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Irit Goihman <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
