Sahina Bose has uploaded a new change for review.

Change subject: engine: Fixed refresh command for geo-rep sessions
......................................................................

engine: Fixed refresh command for geo-rep sessions

Fixed refresh command to extend from GlusterVolumeCommandBase
so that the cluster id is properly set.

Change-Id: I4ec7f2aa03164371b777fbd8631e77be77dd5d72
Signed-off-by: Sahina Bose <sab...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/RefreshGeoRepSessionsCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/38/36938/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/RefreshGeoRepSessionsCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/RefreshGeoRepSessionsCommand.java
index ee4552a..c7d3d7b 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/RefreshGeoRepSessionsCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/RefreshGeoRepSessionsCommand.java
@@ -10,7 +10,7 @@
  * BLL command to discover and refresh geo-replication sessions in a volume
  */
 @NonTransactiveCommandAttribute
-public class RefreshGeoRepSessionsCommand<T extends GlusterVolumeParameters> 
extends GlusterCommandBase<T> {
+public class RefreshGeoRepSessionsCommand<T extends GlusterVolumeParameters> 
extends GlusterVolumeCommandBase<T> {
 
     public RefreshGeoRepSessionsCommand(T params) {
         super(params);


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4ec7f2aa03164371b777fbd8631e77be77dd5d72
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to