Re: [pve-devel] snapshot improvements

2012-09-25 Thread Alexandre DERUMIER
>>Unfortunately, the qemu code seem to report wrong values for 'remaining' >>bytes. So I had to increase allocated space to: >> >>my $size = $conf->{memory}*2 + $driver_state_size; >> >>Note: we truncate the file after save if possible. Ok, I'll rested that today yesterday tests show no fil

Re: [pve-devel] [PATCH] bump to 0.5

2012-09-25 Thread Dietmar Maurer
applied, thanks > -Original Message- > From: pve-devel-boun...@pve.proxmox.com [mailto:pve-devel- > boun...@pve.proxmox.com] On Behalf Of Alexandre Derumier > Sent: Montag, 24. September 2012 13:34 > To: pve-devel@pve.proxmox.com > Subject: [pve-devel] [PATCH] bump to 0.5 > > > Signed-of

Re: [pve-devel] snapshot improvements

2012-09-25 Thread Dietmar Maurer
> > do you think image = size of memory if enough ? (if we have some bytes > > more with incremental ?) > > PVE/QemuServer.pm: > > my $driver_state_size = 32; # assume 32MB is enough to safe all driver > state; > my $size = $conf->{memory} + $driver_state_size; Unfortunately, the qemu co