Sahina Bose has posted comments on this change.

Change subject: engine : VdsCommand for geo-rep status detail query
......................................................................


Patch Set 7:

(3 comments)

No, I meant a VDS command for the same

http://gerrit.ovirt.org/#/c/30472/7/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllErrors.java:

Line 398:     GlusterLibgfapiException(4570),
Line 399:     GlfsStatvfsException(4571),
Line 400:     GlfsInitException(4572),
Line 401:     GlfsFiniException(4573),
Line 402:     GlusterVolumeGeoRepStatusDetailFailed(4574),
This error code should match the one in VDSM
Line 403: 
Line 404:     UnicodeArgumentException(4900),
Line 405: 
Line 406:     // oVirt errors


http://gerrit.ovirt.org/#/c/30472/7/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/GlusterVolumeGeoRepStatusDetailForXmlRpc.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/GlusterVolumeGeoRepStatusDetailForXmlRpc.java:

Line 110:     public List<GlusterGeoRepSession> getGeoRepSessions() {
Line 111:         return geoRepSessions;
Line 112:     }
Line 113: 
Line 114:     public void setGeoRepDetails(List<GlusterGeoRepSessionDetails> 
sessionDetails) {
no setters required here
Line 115:         geoRepDetails = sessionDetails;
Line 116:     }
Line 117: 
Line 118:     public void setGeoRepSessions(List<GlusterGeoRepSession> 
sessions) {


http://gerrit.ovirt.org/#/c/30472/7/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerConnector.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsServerConnector.java:

Line 287:     public Map<String, Object> glusterTasksList();
Line 288: 
Line 289:     public Map<String, Object> glusterVolumeRebalanceStatus(String 
volumeName);
Line 290: 
Line 291:     public Map<String, Object> volumeGeoRepStatusDetail(String 
volumeName, String slaveHost, String slaveVolumeName);
glusterVolumeGeoRepStatusDetail?
Line 292: 
Line 293:     public Map<String, Object> glusterVolumeRemoveBrickStatus(String 
volumeName, String[] bricksList);
Line 294: 
Line 295:     public Map<String, Object> setNumberOfCpus(String vmId, String 
numberOfCpus);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1b8236e7e516eba46d183c3f83a973175edba90f
Gerrit-PatchSet: 7
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