mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 19:26:46 +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);
|
$bwlimit = $bwlimit * 1024 if defined($bwlimit);
|
||||||
|
|
||||||
my $storage_migrate_opts = {
|
my $storage_migrate_opts = {
|
||||||
'bwlimit' => $bwlimit,
|
'ratelimit_bps' => $bwlimit,
|
||||||
'insecure' => $opts->{migration_type} eq 'insecure',
|
'insecure' => $opts->{migration_type} eq 'insecure',
|
||||||
'with_snapshots' => $local_volumes->{$volid}->{snapshots},
|
'with_snapshots' => $local_volumes->{$volid}->{snapshots},
|
||||||
'allow_rename' => !$local_volumes->{$volid}->{is_vmstate},
|
'allow_rename' => !$local_volumes->{$volid}->{is_vmstate},
|
||||||
|
Loading…
Reference in New Issue
Block a user