Re: [libvirt] [PATCH] virsh: Teach cmdFreepages to work with lxc driver

2015-07-14 Thread John Ferlan
On 07/02/2015 04:30 AM, Michal Privoznik wrote: Some drivers don't expose available huge page sizes in the capabilities XML. For instance, LXC driver is one of those. This has a downside that when virsh is trying to get aggregated info on free pages per all NUMA nodes, it fails. The problem

[libvirt] [PATCH] virsh: Teach cmdFreepages to work with lxc driver

2015-07-02 Thread Michal Privoznik
Some drivers don't expose available huge page sizes in the capabilities XML. For instance, LXC driver is one of those. This has a downside that when virsh is trying to get aggregated info on free pages per all NUMA nodes, it fails. The problem is that the virNodeGetFreePages() API expects caller