Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-28 Thread Dietmar Maurer
Just uploaded a new implementation - should work better now. I have finally uploaded an auto-ballooning implementation for pvestatd. The algorithm uses the new 'shares' property to distribute RAM accordingly. Feel free to test :-) ___ pve-devel

Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-21 Thread Alexandre DERUMIER
...@odiso.com, pve-devel@pve.proxmox.com Envoyé: Jeudi 20 Décembre 2012 14:02:38 Objet: RE: [pve-devel] [PATCH] auto balloning with mom algorithm implementation Hi Alexandre, I have finally uploaded an auto-ballooning implementation for pvestatd. The algorithm uses the new 'shares' property

Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-21 Thread Alexandre DERUMIER
@pve.proxmox.com Envoyé: Vendredi 21 Décembre 2012 09:21:13 Objet: RE: [pve-devel] [PATCH] auto balloning with mom algorithm implementation I have done some tests yesterday, with around 10vm, overcommiting the host memory a lot, (mixing windows/linux vm) and it's seem to works fine. I'll try

Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-20 Thread Alexandre DERUMIER
Ok,thanks, I'll try that this afternoon ! - Mail original - De: Dietmar Maurer diet...@proxmox.com À: Alexandre Derumier aderum...@odiso.com, pve-devel@pve.proxmox.com Envoyé: Jeudi 20 Décembre 2012 14:02:38 Objet: RE: [pve-devel] [PATCH] auto balloning with mom algorithm

Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-17 Thread Dietmar Maurer
Just committed the ballooning stats patches. Ok, thanks. Also added a fix so that we can set the polling interval at VM startup. Great ! Any news to get all stats values in 1 qom get ? Juts uploaded a patch for that. ___ pve-devel mailing list

Re: [pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-12 Thread Alexandre DERUMIER
, pve-devel@pve.proxmox.com Envoyé: Mercredi 12 Décembre 2012 14:27:07 Objet: RE: [pve-devel] [PATCH] auto balloning with mom algorithm implementation -Original Message- From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- boun...@pve.proxmox.com] On Behalf Of Alexandre

[pve-devel] [PATCH] auto balloning with mom algorithm implementation

2012-12-10 Thread Alexandre Derumier
for test! require ballooning stats patchs on top qemu-kvm Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm | 141 - 1 file changed, 140 insertions(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm