Omer Frenkel has posted comments on this change.

Change subject: engine: Get Volume Advanced Details Query
......................................................................


Patch Set 24: (1 inline comment)

looks ok one comment inside

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeAdvancedDetailsQuery.java
Line 42:             getQueryReturnValue().setReturnValue(new 
GlusterVolumeAdvancedDetails());
Line 43:             return;
Line 44:         }
Line 45: 
Line 46:         try {
you should not try catch here, it is done in QueriesCommandBase, where the 
error is set for the caller.
Line 47:             VDSReturnValue returnValue =
Line 48:                     
getBackendResourceManager().RunVdsCommand(VDSCommandType.GetGlusterVolumeAdvancedDetails,
Line 49:                             new 
GlusterVolumeAdvancedDetailsVDSParameters(getUpServerId(getParameters().getClusterId()),
Line 50:                                     getParameters().getClusterId(),


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

Gerrit-MessageType: comment
Gerrit-Change-Id: If6b590eaebeb1d06b7278300d5e12b2dab9eb093
Gerrit-PatchSet: 24
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Dhandapani Gopal <dgo...@redhat.com>
Gerrit-Reviewer: Dhandapani Gopal <dgo...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Selvasundaram <sesub...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@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