
Lior Vernia has submitted this change and it was merged. Change subject: engine: Guard against old VDSM sending QoS as string ...................................................................... engine: Guard against old VDSM sending QoS as string When no QoS was defined on a host, old versions (between 3.3 and 3.4) of VDSM would send empty strings in the inbound/outbound entries, where in fact they should have sent integers (and in the case of no QoS no entries at all). This guards against such entries. Change-Id: I8b68989bd6e8ca1ebf6e2f23e8bea3769f4ce5a9 Signed-off-by: Lior Vernia <lvernia@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java 1 file changed, 5 insertions(+), 3 deletions(-) Approvals: Lior Vernia: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23026 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b68989bd6e8ca1ebf6e2f23e8bea3769f4ce5a9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com>