Mike Kolesnik has posted comments on this change.

Change subject: engine: Extracted Network QoS VDSM mapping logic
......................................................................


Patch Set 13:

(1 comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/NetworkQosMapper.java
Line 26:             addQosData(outboundEntry, qos.getOutboundAverage(), 
qos.getOutboundPeak(), qos.getOutboundBurst());
Line 27:         }
Line 28:     }
Line 29: 
Line 30:     public NetworkQoS deserialize() {
This method is unused
Line 31:         Map<String, Integer> inboundData = (Map<String, Integer>) 
map.get(inboundEntry);
Line 32:         Map<String, Integer> outboundData = (Map<String, Integer>) 
map.get(outboundEntry);
Line 33:         if (inboundData == null && outboundData == null) {
Line 34:             return null;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ieae520848495091532993b95f938ed6d5ad50834
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@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