libvirt/src/remote
Richard W.M. Jones 4c70a6f874 rpc: Allow up to 256K records to be returned per domain from virConnectGetAllDomainStats.
The number of records that virConnectGetAllDomainStats can return per
domain is currently limited to 4096.  This is quite low -- for
example, a single guest with ~320 disks will hit this limit.  This
increases the limit to make it much larger.  Note that
VIR_NET_MESSAGE_MAX still protects the total message size in the case
where there are many domains and many disks per domain.

I tested this using a guest with 500 disks with no issues.

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1440683
2017-05-26 13:53:41 +01:00
..
lxc_protocol.x
qemu_protocol.x
remote_driver.c remote_driver: Implement VIR_STREAM_RECV_STOP_AT_HOLE 2017-05-18 07:42:13 +02:00
remote_driver.h
remote_protocol.x rpc: Allow up to 256K records to be returned per domain from virConnectGetAllDomainStats. 2017-05-26 13:53:41 +01:00