Sahina Bose has posted comments on this change.

Change subject: gluster:VDS command to get gluster tasks list
......................................................................


Patch Set 5:

(1 comment)

Patchset to follow post rebase

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/GlusterTasksListReturnForXmlRpc.java
Line 36:         }
Line 37: 
Line 38:         Map<String, Object> tasksMap = (Map<String, Object>) 
innerMap.get(TASKS_LIST);
Line 39:         if (tasksMap != null) {
Line 40:             Iterator<Entry<String, Object>> 
iter=tasksMap.entrySet().iterator();
Wiil do
Line 41:             while (iter.hasNext()) {
Line 42:                 Entry<String, Object> entry=iter.next();
Line 43:                 tasks.add(getTask(entry.getKey(),(Map<String, 
Object>)entry.getValue()));
Line 44:             }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I3bf9c1075cd7b27adcbbff8d71de183f40a02eea
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to