anmolbabu has uploaded a new change for review.

Change subject: engine : fix geo-rep remove unexpected exception
......................................................................

engine : fix geo-rep remove unexpected exception

The issue resides in the fact that the error code
of remove geo-rep session was incorrect.

Change-Id: I4cb673aabb9006320011e3596879e73b29cb0a69
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1224895
Signed-off-by: Anmol Babu <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/41900/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
index c156202..7e20309 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
@@ -396,6 +396,7 @@
     GlusterGeoRepExecuteMountBrokerUserAddFailed(4212),
     GlusterMountBrokerRootCreateFailed(4213),
     GlusterGeoRepSessionCreateFailed(4214),
+    GlusterGeoRepSessionDeleteFailedException(4215),
     GlusterHostIsNotPartOfCluster(4403),
     GlusterAddHostFailed(4404),
     GlusterHostRemoveFailedException(4406),
@@ -427,7 +428,6 @@
     GlfsInitException(4572),
     GlfsFiniException(4573),
     GlusterVolumeEmptyCheckFailed(4574),
-    GlusterGeoRepSessionDeleteFailedException(4594),
     GlusterVolumeGeoRepStatusDetailFailed(4600),
     GlusterVolumeGeoRepSyncFailed(4601),
     GlusterSnapshotException(4700),


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

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

Reply via email to