Alona Kaplan has submitted this change and it was merged.
Change subject: engine: Insufficient free macs while there is enough macs in pool
......................................................................
engine: Insufficient free macs while there is enough macs in pool
When required mac address allocation is bigger than available macs
count in a specific mac range in mac pool, while smaller than
available macs count in mac pool, 'Insufficient amount of free
MACs' error happens.
This patch avoid consuming a mac range with the mac count bigger
than the mac rang's available macs.
Change-Id: Ib37c77f6f017942a409df02657df656ac5ea9d38
Signed-off-by: plysan <plysab(a)gmail.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/macpool/MacsStorage.java
1 file changed, 6 insertions(+), 1 deletion(-)
Approvals:
Martin Mucha: Verified
Alona Kaplan: Looks good to me, approved; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/51615
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib37c77f6f017942a409df02657df656ac5ea9d38
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Mucha <mmucha(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Marcin Mirecki <mmirecki(a)redhat.com>
Gerrit-Reviewer: Martin Mucha <mmucha(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
Gerrit-Reviewer: plysan <plysab(a)gmail.com>