Moti Asayag has submitted this change and it was merged.
Change subject: engine: Simplify iteration over interfaces
......................................................................
engine: Simplify iteration over interfaces
Instead of iterating over all of the interfaces
fetched from the DB, and attempting to match
their equivalent as report by vdsm by name
(also via iterating over all of the host nics),
a map simplify the matching action.
Change-Id: I093a5c6d0f77bcd038a3c7894af343d87687608a
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/CollectVdsNetworkDataVDSCommand.java
1 file changed, 10 insertions(+), 15 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22872
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I093a5c6d0f77bcd038a3c7894af343d87687608a
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server