mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 17:09:56 +00:00
Use correct option for storage_migrate
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
bd9ab3664d
commit
1264d6c511
@ -560,7 +560,7 @@ sub sync_disks {
|
||||
$bwlimit = $bwlimit * 1024 if defined($bwlimit);
|
||||
|
||||
my $storage_migrate_opts = {
|
||||
'bwlimit' => $bwlimit,
|
||||
'ratelimit_bps' => $bwlimit,
|
||||
'insecure' => $opts->{migration_type} eq 'insecure',
|
||||
'with_snapshots' => $local_volumes->{$volid}->{snapshots},
|
||||
'allow_rename' => !$local_volumes->{$volid}->{is_vmstate},
|
||||
|
Loading…
Reference in New Issue
Block a user