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

Add option for quota to be applied on group but enforced at user level #436

Open
dmetzger57 opened this issue Apr 3, 2020 · 0 comments
Open

Comments

@dmetzger57
Copy link

Related BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1653492

Business use-case requires that we efficiently apply a quota at the group level, which it is today, however we need this quota to map to each user.

For example, group1, has a quota of: 10 vCPU, 5GB RAM, and 1T Disk

Today: if group1 has 10 users, that quota is shared between all 10 users, so if user1 uses 8 vCPU and 4GB of RAM, there is little space left.

What we need: we need each user in group1 to have 10 vCPU, 5GB of RAM, and 1T quota associated with their user account. Additionally, it would be great to allocate instances/VMs to that user as well.

This would need to be an option to enable/disable, or even combine with the current quota implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant