Shubhendu Tripathi has posted comments on this change.

Change subject: gluster: bll command to start/stop/restart service
......................................................................


Patch Set 10: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/ManageGlusterServiceCommand.java
Line 175:         }
Line 176:     }
Line 177: 
Line 178:     private void performActionForServicesOfCluster() {
Line 179:         List<Callable<Pair<VDS, VDSReturnValue>>> taskList = 
getCallableVdsCmdList();
Sure, will do that.
Line 180: 
Line 181:         if (!taskList.isEmpty()) {
Line 182:             invokeManageGlusterService(taskList);
Line 183:         } else {


Line 195: 
Line 196:         setSucceeded(returnValue.getSucceeded());
Line 197: 
Line 198:         if (!getSucceeded()) {
Line 199:             
handleVdsError(manageActionDetailsMap.get(getParameters().getActionType()).getActionFailedActionLog(),
We can use getAuditLogTypeValue().
Line 200:                     returnValue.getVdsError().getMessage());
Line 201:         } else {
Line 202:             updateService(serverId, (List<GlusterServerService>) 
returnValue.getReturnValue());
Line 203:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifcab38866c49c6f5d43e3b33006c428ec9304501
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to