Selvasundaram has posted comments on this change. Change subject: engine: Start Gluster Volume Profile command ......................................................................
Patch Set 2: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/StartGlusterVolumeProfileCommand.java Line 37: @Override Line 38: protected void executeCommand() { Line 39: VDSReturnValue returnValue = Line 40: runVdsCommand(VDSCommandType.StartGlusterVolumeProfile, Line 41: new GlusterVolumeVDSParameters(upServer.getId(), getGlusterVolumeName())); upServer may be null, and may throw null pointer exception. This is observed in most of the gluster commands. Line 42: setSucceeded(returnValue.getSucceeded()); Line 43: if (!getSucceeded()) { Line 44: handleVdsError(AuditLogType.GLUSTER_VOLUME_PROFILE_START_FAILED, returnValue.getVdsError().getMessage()); Line 45: return; -- To view, visit http://gerrit.ovirt.org/8261 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia47f7033f080f75a6ebf8481ea4199ee32bbf4ab Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Dhandapani Gopal <dgo...@redhat.com> Gerrit-Reviewer: Dhandapani Gopal <dgo...@redhat.com> Gerrit-Reviewer: Selvasundaram <sesub...@redhat.com> Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches