Sahina Bose has posted comments on this change.

Change subject: engine:Task monitoring for remove brick
......................................................................


Patch Set 3:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/tasks/GlusterTasksService.java
Line 21: 
Line 22:     public Map<Guid, GlusterAsyncTask> getTaskListForCluster(Guid id) {
Line 23:         VDS upServer = ClusterUtils.getInstance().getUpServer(id);
Line 24:         if (upServer == null) {
Line 25:             log.debug("No up server in cluster");
It was flooding the logs during test and was not really an error. But you are 
right, I think info is better
Line 26:             return null;
Line 27:         }
Line 28:         VDSReturnValue returnValue 
=runVdsCommand(VDSCommandType.GlusterTasksList,
Line 29:                 new VdsIdVDSCommandParametersBase(upServer.getId()));


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0eb5035a6f9af0b148ac4877939fb174a196f86e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@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
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to