Shubhendu Tripathi has posted comments on this change.

Change subject: gluster: VDS comand for start/stop of services
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/gluster/ManageGlusterServiceVDSCommand.java
Line 21: 
Line 22:     @Override
Line 23:     protected void ExecuteVdsBrokerCommand() {
Line 24:         List<String> serviceList = getParameters().getServiceList();
Line 25:         String[] serviceNameList = new String[serviceList.size()];
VDS broker takes an array of Strings so converted accordingly.
Line 26:         serviceList.toArray(serviceNameList);
Line 27:         returnValue =
Line 28:                 
getBroker().glusterServiceManage(getParameters().getVdsId(),
Line 29:                         serviceNameList,


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I53ffc535653b1632b598759d47d9cfc7d914269b
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@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