提交 657fef14 编写于 作者: G Guannan Ren

cgroup: fix a typo on extracting data from vcpu cgroup

上级 c402eebc
......@@ -13460,7 +13460,7 @@ getSumVcpuPercpuStats(virCgroupPtr group,
goto cleanup;
}
if (virCgroupGetCpuacctPercpuUsage(group, &buf) < 0)
if (virCgroupGetCpuacctPercpuUsage(group_vcpu, &buf) < 0)
goto cleanup;
pos = buf;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册