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
问题描述/What happened: 并发调用创建虚机接口,有几率分配显卡失败:
221940 [warning 2024-11-02 05:56:50 predicates.(*PredicateHelper).GetResult(predicates.go:89)]Filter Result: candidate: "0a70d90d-f1d5-4dc5-8aaa-0306d88936f9", filter: "host_isolated_device", is_ok: false, reason: "no enough resource: test, requested: 1, total: 8, free: 0, IsolatedDevice count not enough, request: 1, hostTotal: 8, hostFree: 0", error: <nil>
宿主机共8卡, 创建虚机接口并发调用8次,每个虚机分配1卡,报错如上。 调用完成后查看宿主机实际占用7卡,剩余1卡
环境/Environment: v3.10.15
cat /etc/os-release
uname -a
dmidecode | egrep -i 'manufacturer|product' |sort -u
kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
The text was updated successfully, but these errors were encountered:
我们在scheduler的内存/显卡的predicates里加了重试策略,可以简单解决内存(#21301)/显卡并发分配问题。
Sorry, something went wrong.
No branches or pull requests
问题描述/What happened:
并发调用创建虚机接口,有几率分配显卡失败:
宿主机共8卡, 创建虚机接口并发调用8次,每个虚机分配1卡,报错如上。
调用完成后查看宿主机实际占用7卡,剩余1卡
环境/Environment:
v3.10.15
cat /etc/os-release
):uname -a
):dmidecode | egrep -i 'manufacturer|product' |sort -u
)kubectl exec -n onecloud $(kubectl get pods -n onecloud | grep climc | awk '{print $1}') -- climc version-list
):The text was updated successfully, but these errors were encountered: