Re: [libvirt] [RFC PATCH 8/8] qemu: Set cpuset.mems even if the numatune mode is not strict

2013-05-13 Thread Hu Tao
On Thu, May 09, 2013 at 06:22:17PM +0800, Osier Yang wrote: When the numatune memory mode is not strict, the cpuset.mems inherits the parent's setting, which causes problem like: % virsh dumpxml rhel6_local | grep interleave -2 vcpu placement='static'2/vcpu numatune memory

Re: [libvirt] [RFC PATCH 8/8] qemu: Set cpuset.mems even if the numatune mode is not strict

2013-05-13 Thread Osier Yang
On 13/05/13 14:46, Hu Tao wrote: On Thu, May 09, 2013 at 06:22:17PM +0800, Osier Yang wrote: When the numatune memory mode is not strict, the cpuset.mems inherits the parent's setting, which causes problem like: % virsh dumpxml rhel6_local | grep interleave -2 vcpu placement='static'2/vcpu

Re: [libvirt] [RFC PATCH 8/8] qemu: Set cpuset.mems even if the numatune mode is not strict

2013-05-09 Thread Osier Yang
[cC Hu Tao] On 09/05/13 18:22, Osier Yang wrote: When the numatune memory mode is not strict, the cpuset.mems inherits the parent's setting, which causes problem like: % virsh dumpxml rhel6_local | grep interleave -2 vcpu placement='static'2/vcpu numatune memory mode='interleave'

[libvirt] [RFC PATCH 8/8] qemu: Set cpuset.mems even if the numatune mode is not strict

2013-05-09 Thread Osier Yang
When the numatune memory mode is not strict, the cpuset.mems inherits the parent's setting, which causes problem like: % virsh dumpxml rhel6_local | grep interleave -2 vcpu placement='static'2/vcpu numatune memory mode='interleave' nodeset='1-2'/ /numatune os % cat /proc/3713/status

Re: [libvirt] [RFC PATCH 8/8] qemu: Set cpuset.mems even if the numatune mode is not strict

2013-05-09 Thread Osier Yang
On 09/05/13 18:23, Osier Yang wrote: Missed the address, :\ [cC Hu Tao] On 09/05/13 18:22, Osier Yang wrote: When the numatune memory mode is not strict, the cpuset.mems inherits the parent's setting, which causes problem like: % virsh dumpxml rhel6_local | grep interleave -2 vcpu