提交 21b64552 编写于 作者: Z zhang bo 提交者: Ján Tomko

Fix typo in comment about memory binding

rather then -> rather than
Signed-off-by: NYueWenyuan <yuewenyuan@huawei.com>
Signed-off-by: NJán Tomko <jtomko@redhat.com>
上级 a03e2d3a
......@@ -747,7 +747,7 @@ static int virLXCControllerSetupResourceLimits(virLXCControllerPtr ctrl)
virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
/* Use virNuma* API iff necessary. Once set and child is exec()-ed,
* there's no way for us to change it. Rely on cgroups (if available
* and enabled in the config) rather then virNuma*. */
* and enabled in the config) rather than virNuma*. */
VIR_DEBUG("Relying on CGroups for memory binding");
} else {
......
......@@ -3145,7 +3145,7 @@ static int qemuProcessHook(void *data)
virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
/* Use virNuma* API iff necessary. Once set and child is exec()-ed,
* there's no way for us to change it. Rely on cgroups (if available
* and enabled in the config) rather then virNuma*. */
* and enabled in the config) rather than virNuma*. */
VIR_DEBUG("Relying on CGroups for memory binding");
} else {
nodeset = virDomainNumatuneGetNodeset(h->vm->def->numa,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册