Re: [PATCH 10/11] tools/xl: Expose a "claim_on_node" setting in xl.cfg

2025-06-06 Thread Roger Pau Monné
On Fri, Mar 14, 2025 at 05:25:01PM +, Alejandro Vallejo wrote: > Expose a setting to explicitly select a NUMA node for created domains > > If the hypervisor can't reserve enough memory in the relevant NUMA node > it fails the claim early. Also, disable automatic NUMA placement when > this new

[PATCH 10/11] tools/xl: Expose a "claim_on_node" setting in xl.cfg

2025-03-14 Thread Alejandro Vallejo
Expose a setting to explicitly select a NUMA node for created domains If the hypervisor can't reserve enough memory in the relevant NUMA node it fails the claim early. Also, disable automatic NUMA placement when this new option is enabled. Signed-off-by: Alejandro Vallejo --- tools/golang/xenli