Hi,

I have detected something strange with ballooning and qemu 2.7 and 2.6.2 (not 
sure about old version).
maybe it's a recent proxmox update ?


vmid.conf
---------
memory: 16384
shares: 0
balloon: 4096


at start, qmp command seem to be sent the qmp command

{
          'arguments' => {
                           'value' => 4294967296
                         },
          'execute' => 'balloon'
        };


but info balloon give me:

# info balloon
balloon: actual=16384 max_mem=16384 total_mem=16049 free_mem=15913 
mem_swapped_in=0 mem_swapped_out=0 major_page_faults=255 
minor_page_faults=62558 last_update=1479311697



Then if I set manually in monitor:

# balloon 4096
# info balloon
balloon: actual=4096 max_mem=16384 total_mem=4317 free_mem=3956 
mem_swapped_in=0 mem_swapped_out=0 major_page_faults=964 
minor_page_faults=205397 last_update=1479311871
_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to