-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement optimistic resource quota utilization
Instead of re-computing the Resource Quota utilization by iterating all Resource Quota hosts and determining their resources, an optimistic tracking of the utilized resources is implemented. When a host is created/added to a Resource Quota, its resources are determined once and added to the Resource Quota utilization. When a host is destroyed/unassigned from a Resource Quota, its utilization is freed from the host's resource capacities.
- Loading branch information
1 parent
3f62d33
commit f84f23e
Showing
3 changed files
with
229 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.