Liron Aravot has uploaded a new change for review.

Change subject: core : avoid failover on resource timeout
......................................................................

core : avoid failover on resource timeout

Change-Id: If2208a29c19e61eee3222361b8c2672f673ec3fc
Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=891562
Signed-off-by: Liron Aravot <[email protected]>
---
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/88/11688/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 b0018d1..0c1148d 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
@@ -167,6 +167,7 @@
         case STORAGE_DOMAIN_REFRESH_ERROR:
         case VOLUME_GROUP_BLOCK_SIZE_ERROR:
         case MIGRATION_DEST_INVALID_HOSTNAME:
+        case ResourceTimeout:
         case DEVICE_BLOCK_SIZE_NOT_SUPPORTED:
             if (this instanceof IrsBrokerCommand) {
                 outEx = new 
IrsOperationFailedNoFailoverException(getReturnStatus().mMessage);


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

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

Reply via email to