Bug 1186175
Summary: | report invalid Host nodeset for memnode | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jincheng Miao <jmiao> |
Component: | libvirt | Assignee: | Martin Kletzander <mkletzan> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.1 | CC: | dyuan, honzhang, lhuang, mzhan, rbalakri |
Target Milestone: | rc | Keywords: | Upstream |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libvirt-1.2.13-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 06:08:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jincheng Miao
2015-01-27 09:24:30 UTC
Fixed upstream with v1.2.10-29-gc63ef04: commit c63ef0452b299899fbe55559b8d9e8818e91566d Author: Martin Kletzander <mkletzan> Date: Thu Nov 6 12:16:54 2014 +0100 numa: split util/ and conf/ and support non-contiguous nodesets I can reproduce this bug with libvirt-1.2.8-16.el7.x86_64: 1. # virsh dumpxml test3 ... <numatune> <memnode cellid='0' mode='strict' nodeset='1'/> </numatune> ... 2. # numactl --hard available: 1 nodes (0) node 0 cpus: 0 1 2 3 node 0 size: 7365 MB node 0 free: 1867 MB node distances: node 0 0: 10 3. # virsh start test3 error: Failed to start domain test3 error: internal error: process exited while connecting to monitor: 2015-05-19T06:55:19.631827Z qemu-kvm: -object memory-backend-ram,size=500M,id=ram-node0,host-nodes=1,policy=bind: cannot bind memory to host NUMA nodes: Invalid argument And verify this bug with libvirt-1.2.15-2.el7.x86_64: 1. # virsh dumpxml test3 ... <numatune> <memnode cellid='0' mode='strict' nodeset='1'/> </numatune> ... 2. # numactl --hard available: 1 nodes (0) node 0 cpus: 0 1 2 3 node 0 size: 7365 MB node 0 free: 1867 MB node distances: node 0 0: 10 3. # virsh start test3 error: Failed to start domain test3 error: unsupported configuration: NUMA node 1 is unavailable Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2202.html |