Ramesh N has posted comments on this change.

Change subject: engine: Added taskId to volume and brick
......................................................................


Patch Set 11:

(3 comments)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterBrickEntity.java
Line 89:     public void setStatus(GlusterStatus status) {
Line 90:         this.status = status;
Line 91:     }
Line 92: 
Line 93:     public GlusterAsyncTask getTask() {
Done
Line 94:         return asyncTask;
Line 95:     }
Line 96: 
Line 97:     public void setTask(GlusterAsyncTask asyncTask) {


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterVolumeEntity.java
Line 168:     public void setStripeCount(Integer stripeCount) {
Line 169:         this.stripeCount = stripeCount;
Line 170:     }
Line 171: 
Line 172:     public GlusterAsyncTask getTask() {
Done
Line 173:         return asyncTask;
Line 174:     }
Line 175: 
Line 176:     public void setTask(GlusterAsyncTask task) {


Line 168:     public void setStripeCount(Integer stripeCount) {
Line 169:         this.stripeCount = stripeCount;
Line 170:     }
Line 171: 
Line 172:     public GlusterAsyncTask getTask() {
Done
Line 173:         return asyncTask;
Line 174:     }
Line 175: 
Line 176:     public void setTask(GlusterAsyncTask task) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I82247bac8217a81f52b16092637885a336e455d5
Gerrit-PatchSet: 11
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@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