Re: [libvirt] [PATCH v2 1/2] add nodeset='all' for interleave mode

2018-10-11 Thread Daniel P . Berrangé
On Thu, Oct 11, 2018 at 12:03:44PM -0400, John Ferlan wrote: > > > On 9/29/18 6:58 AM, Peng Hao wrote: > > sometimes we hoped that the memory of vm can be evenly distributed in > > all nodes according to interleave mode. But different hosts > > has different node number. So we add nodeset='all' f

Re: [libvirt] [PATCH v2 1/2] add nodeset='all' for interleave mode

2018-10-11 Thread Daniel P . Berrangé
On Sat, Sep 29, 2018 at 06:58:01PM +0800, Peng Hao wrote: > sometimes we hoped that the memory of vm can be evenly distributed in > all nodes according to interleave mode. But different hosts > has different node number. So we add nodeset='all' for interleave mode. > > Signed-off-by: Peng Hao > -

Re: [libvirt] [PATCH v2 1/2] add nodeset='all' for interleave mode

2018-10-11 Thread John Ferlan
On 9/29/18 6:58 AM, Peng Hao wrote: > sometimes we hoped that the memory of vm can be evenly distributed in > all nodes according to interleave mode. But different hosts > has different node number. So we add nodeset='all' for interleave mode. > > Signed-off-by: Peng Hao > --- > src/conf/numa

[libvirt] [PATCH v2 1/2] add nodeset='all' for interleave mode

2018-09-28 Thread Peng Hao
sometimes we hoped that the memory of vm can be evenly distributed in all nodes according to interleave mode. But different hosts has different node number. So we add nodeset='all' for interleave mode. Signed-off-by: Peng Hao --- src/conf/numa_conf.c | 77 +++