mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 20:45:39 +00:00
correct comment about size
and remove comment that makes no sense Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
c893f574d3
commit
566caaa4f1
@ -138,8 +138,7 @@ sub __snapshot_save_vmstate {
|
||||
$target = $shared // $local // 'local';
|
||||
}
|
||||
|
||||
my $driver_state_size = 500; # assume 32MB is enough to safe all driver state;
|
||||
# we abort live save after $conf->{memory}, so we need at max twice that space
|
||||
my $driver_state_size = 500; # assume 500MB is enough to safe all driver state;
|
||||
my $size = $conf->{memory}*2 + $driver_state_size;
|
||||
|
||||
my $name = "vm-$vmid-state-$snapname";
|
||||
|
Loading…
Reference in New Issue
Block a user