4 Jun
2013
4 Jun
'13
12:15 a.m.
On 06/03/13 17:03, Daniel P. Berrange wrote:
On Mon, Jun 03, 2013 at 02:02:00PM +0200, Peter Krempa wrote:
The RPC limits for cpu maps didn't allow to use libvirt on ultra big boxes. This patch increases size of the limits to support a maximum of 16384 cpus on the host with a maximum of 4096 cpus per guest. The full cpu map of such a system takes 8 megabytes and the map for vcpu pinning is 2 kilobytes long. --- src/remote/remote_protocol.x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
ACK
Pushed. Thanks. Peter