-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Fix code to handle delayed binding volumes #73863
Fix code to handle delayed binding volumes #73863
Conversation
/assign |
/retest |
Please follow instructions here to post scheduler benchmarks before and after this PR. |
/kind bug |
Something is wrong with my setup of scheduler integration tests:
@bsalamat fwiw - this PR should not introduce any regression in scheduler performance because all it does is - it ensures we are counting unbound but scheduled PVCs towards volume limit. |
@bsalamat so I ran Before:
After:
|
@msau42 addressed review comments PTAL. |
ce3e1d0
to
2385eaf
Compare
2385eaf
to
d1fada4
Compare
/milestone clear |
d1fada4
to
a3a93c5
Compare
I guess we can merge this after code freeze. @msau42 addressed review comments. PTAL. |
/lgtm |
/priority important-soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat, gnufied The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@gnufied , It looks like earliest release where this is present is 1.15. Can this be back-ported to 1.14 and 1.13? |
This fixes counting of volumes that are not immediate binded.
fixes #73724
/sig storage