On 08/02/2012 06:44 AM, Orit Wasserman wrote: > Signed-off-by: Benoit Hudzia <[email protected]> > Signed-off-by: Petter Svard <[email protected]> > Signed-off-by: Aidan Shribman <[email protected]> > Signed-off-by: Orit Wasserman <[email protected]> > Signed-off-by: Juan Quintela <[email protected]> > ---
>
> +6. Migration is being performed and XBZRLE is active:
> +
> +-> { "execute": "query-migrate" }
> +<- {
> + "return":{
> + "status":"active",
> + "capabilities" : [ { "capability": "xbzrle", "state" : true } ],
> + "ram":{
> + "total":1057024,
> + "remaining":1053304,
> + "transferred":3720,
> + "duplicate": 10,
> + "normal": 3333
> + },
> + "xbzrle-cache":{
> + "cache-size": 1024,
Is this value in bytes? It should be. Which means that this example is
bogus - 1024 is smaller than one page, but your caching code rounded to
page boundaries. Sounds like you forgot a scaling factor somewhere.
Also, s/: /:/
--
Eric Blake [email protected] +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
