Bug 1219384
| Summary: | [RFE] There should be indication in GUI how many available MACs exist for each MAC pool | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | GenadiC <gcheresh> |
| Component: | RFEs | Assignee: | Ales Musil <amusil> |
| Status: | CLOSED WONTFIX | QA Contact: | Michael Burman <mburman> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | --- | CC: | amusil, bugs, danken, lsurette, rbalakri, srevivo, ykaul, ylavi |
| Target Milestone: | --- | Keywords: | FutureFeature, RFE |
| Target Release: | --- | Flags: | sbonazzo:
ovirt-4.3-
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-16 10:11:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Network | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1553888 | ||
|
Description
GenadiC
2015-05-07 08:22:16 UTC
Ales, maybe you can revive the old patch for this? Sure I'll take look at this patch. this got merged into 4.2 by mistake, let's try to verify it anyway. Hi Ales, Need to understand here something: 1) 'MACs count' stand for the range count in total or for the free MACs ? 2) Looks like the MACs count is for the total MACs in the range and not how much available, which is not what was requested here. 3) And some another example: I have a range 00:00:00:00:00:10-00:00:00:00:00:10 which is a range of 1 MAC address, but the 'MACs count' shows 0 (this MAC isn't in use by any VM btw..) - And the default MAC pool range is 1024 MACs and not 1023, which means that we have problem with the calculating here. 1 MAC is missing. 00:1a:4a:16:01:00-00:1a:4a:16:04:ff(1024 macs), engine shows: MACs count=1023 From the qa point of view this bug has failed QA unless i'm missing here something.. Tested on - 4.2.0-0.0.master.20171201121510.gitb338573.el7.centos Indicating the number of free MACs would be nice, but it is not worth investing more effort into. Stating the size of the pool, as we have now (though we need to fix an off-by-one bug there) should be enough. |