Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix (Container) utilization does not calculate correctly when has children is Container #18176

Open
emallette opened this issue Dec 8, 2024 · 0 comments
Labels
status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application

Comments

@emallette
Copy link

Deployment Type

Self-hosted

Triage priority

N/A

NetBox Version

v4.1.7

Python Version

3.12

Steps to Reproduce

  1. I create a Container (Top-Level-Container) say 10.0.0.0/8
  2. I create a sub-tended container say 10.0.0.0/9.

The utilization of the top-level-container is immediately 50%. The sub-tended container utilization is 0%. Shouldn't it aggregate the utilization of the sub-tended containers ? It does not.

Expected Behavior

I would expect the top-level container to correctly reflect the utilization based on the sub-tended containers. In this case I would expect 0% utilization to still be shown.

Observed Behavior

50% utilization was shown rather than 0% utilization.
IPAM-Container

@emallette emallette added status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application labels Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue is awaiting triage by a maintainer type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

1 participant