Arik Hadas has posted comments on this change. Change subject: core: introduce v2v jobs ......................................................................
Patch Set 19: (1 comment) https://gerrit.ovirt.org/#/c/40650/19/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatistics.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VdsStatistics.java: Line 343: public void setCpuOverCommitTimeStamp(Date value) { Line 344: cpuOverCommitTimeStamp = value; Line 345: } Line 346: Line 347: public List<V2VJobInfo> getV2VJobs() { > I think we should add it there once we will need it in the context of VDS. Done Line 348: return v2vJobs; Line 349: } Line 350: Line 351: public void setV2VJobs(List<V2VJobInfo> v2vJobs) { -- To view, visit https://gerrit.ovirt.org/40650 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id289c99db807a359b195127736326d9d1b1bbd23 Gerrit-PatchSet: 19 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
