Shubhendu Tripathi has posted comments on this change.

Change subject: engine : Vds Command for geo-rep session pause
......................................................................


Patch Set 3:

(1 comment)

I feel some of the classes like 
AuditLogType.java
VdcActionType.java
VdcBllErrors.java
VdcBllMessages.java

should go with bll patch

http://gerrit.ovirt.org/#/c/32666/3/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcVdsServer.java:

Line 1284:     }
Line 1285: 
Line 1286:     @Override
Line 1287:     public StatusOnlyReturnForXmlRpc glusterVolumeGeoRepPause(String 
masterVolumeName, String slaveHost, String slaveVolumeName, boolean force) {
Line 1288:         JsonRpcRequest request = new 
RequestBuilder("GlusterVolume.geoRepPause").withParameter("volumeName", 
masterVolumeName).withParameter("remoteHost", 
slaveHost).withParameter("remoteVolumeName", 
slaveVolumeName).withParameter("force", force).build();
For better readability you can align each call in new line :)
Line 1289:         Map<String, Object> response = new FutureMap(this.client, 
request);
Line 1290:         return new StatusOnlyReturnForXmlRpc(response);
Line 1291:     }
Line 1292: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6e34c69b43355b9d8b8305467508047f65aeb05a
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to