Change in ovirt-engine[master]: core: do not rely on resource manager to clear interface sta...

Arik Hadas has submitted this change and it was merged. Change subject: core: do not rely on resource manager to clear interface statistics ...................................................................... core: do not rely on resource manager to clear interface statistics SetVmStatus used to rely on ResourceManager#internalSetVmStatus to clear the network interface statistics, if needed. But it was done without loading the network interfaces first. So this patch removes this redundant part for now and add a TODO comment to fix this. Change-Id: I89b3ec50b5f4ce10e3f9fabfc7997b4401d25d06 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/SetVmStatusVDSCommand.java 1 file changed, 1 insertion(+), 13 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Jenkins CI: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/60924 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I89b3ec50b5f4ce10e3f9fabfc7997b4401d25d06 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
ahadas@redhat.com