Piotr Kliczewski has uploaded a new change for review.

Change subject: core:  Host life cycle broken for jsonrpc
......................................................................

core:  Host life cycle broken for jsonrpc

Networking issue was translated to VDSErrorException whereas it should
be translated to VDSNetworkException


Bug-Url: https://bugzilla.redhat.com/1127685
Signed-off-by: pkliczewski <[email protected]>
Change-Id: I9f6921510c9f42f55c5cc9ec8d8a6daff215c52d
---
M 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/BrokerCommandBase.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/31186/1

diff --git 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/BrokerCommandBase.java
 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/BrokerCommandBase.java
index f8e18f4..94e888f 100644
--- 
a/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/BrokerCommandBase.java
+++ 
b/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/BrokerCommandBase.java
@@ -178,6 +178,7 @@
                         getCommandName(), getReturnStatus().mMessage));
             }
             break;
+        case VDS_NETWORK_ERROR:
         case ERR_BAD_ADDR:
             outEx = new VDSNetworkException(getReturnStatus().mMessage);
             break;


-- 
To view, visit http://gerrit.ovirt.org/31186
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9f6921510c9f42f55c5cc9ec8d8a6daff215c52d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to