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
With reclaim we see this message:
I0227 01:50:07.745991 1 capacity.go:264] Queue <myqueue--non-reclaimable> can not reclaim, deserved <cpu 1248000.00, memory 31997506355200.00, nvidia.com/gpu 136000.00>, allocated <cpu 672000.00, memory 16535624089600.00, nvidia.com/gpu 72000.00, vpc.amazonaws.com/efa 288000.00, pods 9.00, attachable-volumes-csi-local.csi.openebs.io 9.00>, share <0.5384615384615384> I0227 01:50:07.746008 1 reclaim.go:122] Queue <myqueue--non-reclaimable> can not reclaim by preempt others when considering task <zhewei-enable32k-seq-2-mpiworker-0> , ignore it.
We'd like to see more details about the request
Right now we have this
volcano/pkg/scheduler/plugins/capacity/capacity.go
Lines 158 to 161 in ef2e1aa
Show how much the task req is used
No response
The text was updated successfully, but these errors were encountered:
I think it's worth
Sorry, something went wrong.
Improve overused messaging
1d0b466
Fixes: volcano-sh#4048
f160d48
Successfully merging a pull request may close this issue.
What is the problem you're trying to solve
With reclaim we see this message:
We'd like to see more details about the request
Describe the solution you'd like
Right now we have this
volcano/pkg/scheduler/plugins/capacity/capacity.go
Lines 158 to 161 in ef2e1aa
Show how much the task req is used
Additional context
No response
The text was updated successfully, but these errors were encountered: