We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
volcano/pkg/scheduler/plugins/proportion/proportion.go
Line 205 in 06e4a82
In OverusedFn, the overused means every resource in deserved should be less or equal that in allocated.
OverusedFn
overused
deserved
allocated
What you expected to happen:
But, I think deserved should act as a upperbound, overuse of any resource should lead to the overuse of queue.
Case
queue1: deserved: 0.5 cpu, 10G memory queue2: deserved: 15.5 cpu, 30G memory
queue1 may allocated 10G memory pod and ignore the limit of 0.5 cpu.
The text was updated successfully, but these errors were encountered:
/cc wangyuqing4
Sorry, something went wrong.
You should /cc @wangyuqing4
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
volcano/pkg/scheduler/plugins/proportion/proportion.go
Line 205 in 06e4a82
In
OverusedFn
, theoverused
means every resource indeserved
should be less or equal that inallocated
.What you expected to happen:
But, I think
deserved
should act as a upperbound, overuse of any resource should lead to the overuse of queue.Case
queue1: deserved: 0.5 cpu, 10G memory
queue2: deserved: 15.5 cpu, 30G memory
queue1 may allocated 10G memory pod and ignore the limit of 0.5 cpu.
The text was updated successfully, but these errors were encountered: