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

network bandwidth limits should be removed from quotas #9920

Closed
henrikjohansen opened this issue Jan 29, 2021 · 5 comments
Closed

network bandwidth limits should be removed from quotas #9920

henrikjohansen opened this issue Jan 29, 2021 · 5 comments
Assignees
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/docs Documentation issues and enhancements theme/ent/quotas
Milestone

Comments

@henrikjohansen
Copy link

henrikjohansen commented Jan 29, 2021

The quota API docs and the quota example docs still advocate the ability to limit network bandwidth usage.

Likewise the CLI also still exposes a Network Usage column :

$ nomad quota status default-quota    
Name        = default-quota
Description = Limit the shared default namespace
Limits      = 1

Quota Limits
Region  CPU Usage  Memory Usage  Network Usage
global  0 / 2500   0 / 4096      0 / inf

However, the ability to express bandwidth usage is not available in the new group level network stanza and the usage of network {} in the resource stanza is deprecated.

@tgross
Copy link
Member

tgross commented Jan 29, 2021

Thanks @henrikjohansen! We already have a PR open in the ENT repo and our docs to do that, it's been waiting on some other work to complete.

@tgross tgross added theme/docs Documentation issues and enhancements theme/ent/quotas stage/accepted Confirmed, and intend to work on. No timeline committment though. labels Jan 29, 2021
@henrikjohansen henrikjohansen changed the title network bandwidth limits should be remove from quotas network bandwidth limits should be removed from quotas Jan 29, 2021
@tgross
Copy link
Member

tgross commented Feb 2, 2021

That PR and #9940 have been merged. That will land on the website documentation with the 1.0.4 release.

@tgross tgross closed this as completed Feb 2, 2021
@tgross tgross added this to the 1.0.4 milestone Feb 2, 2021
@henrikjohansen
Copy link
Author

@tgross FYI - the CLI quota command still lists Network Usage in Nomad v1.3.5+ent :

$ nomad quota status default-quota
Name        = default-quota
Description = Limit the shared default namespace
Limits      = 1

Quota Limits
Region  CPU Usage  Memory Usage  Memory Max Usage  Network Usage
global  0 / 2500   0 / 4096      0 / inf           0 / inf

@tgross
Copy link
Member

tgross commented Sep 6, 2022

Thanks @henrikjohansen. Fixed in #14468

@github-actions
Copy link

github-actions bot commented Jan 5, 2023

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
stage/accepted Confirmed, and intend to work on. No timeline committment though. theme/docs Documentation issues and enhancements theme/ent/quotas
Projects
None yet
Development

No branches or pull requests

3 participants