
Lior Vernia has submitted this change and it was merged. Change subject: engine: Remove compatibility check when updating reported QoS ...................................................................... engine: Remove compatibility check when updating reported QoS This should be okay without the check even when the host is too old - the entry should just not exist, and then be deserialized to null (which is exactly as avoiding it altogether). The check had only been put there because of a backwards compatibility problem with reported QoS between 3.3 and 3.4, but towards 3.6 the entry name was completely changed, so it can't be reported in a non-compatible manner anymore. Change-Id: I4bcb42b9e1a0f5c978c90d02b635ae30570a48aa 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, 2 insertions(+), 4 deletions(-) Approvals: Lior Vernia: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/36183 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4bcb42b9e1a0f5c978c90d02b635ae30570a48aa Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Lior Vernia <lvernia@redhat.com> Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server