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

Allocations: expand to handle a multi-tiered allocation model #287

Closed
dsajdak opened this issue Apr 15, 2021 · 1 comment
Closed

Allocations: expand to handle a multi-tiered allocation model #287

dsajdak opened this issue Apr 15, 2021 · 1 comment

Comments

@dsajdak
Copy link
Contributor

dsajdak commented Apr 15, 2021

Sometimes we might need allocations for a resource to overlap each other or might need a way to tier an allocation. For example, a PI requests an allocation for storage and purchases X TB at an annual rate. Then 6 months down the road purchases Y TB for another year. We would either need 2 allocations for the same storage that get added together or we'd need a way to assign an attribute (amount of storage) to an expiration date. We can currently have 2 allocations for a resource on the same project now, but there's no mechanism to add the amount of storage attributes together to get one quota. This could also be used for compute time on cluster resources.

@dsajdak
Copy link
Contributor Author

dsajdak commented Jun 9, 2022

This is mainly addressed with allocation change requests. I don't think any other changes are possible in the near future so I'm closing this issue.

@dsajdak dsajdak closed this as completed Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant