[pve-devel] applied: [PATCH qemu-server 1/4] Use correct option for storage_migrate

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Aug 4 14:08:36 CEST 2020


all four patches

On July 29, 2020 11:44 am, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>  PVE/QemuMigrate.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm
> index b699b67..11fec4b 100644
> --- a/PVE/QemuMigrate.pm
> +++ b/PVE/QemuMigrate.pm
> @@ -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},
> -- 
> 2.20.1
> 
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> 
> 
> 





More information about the pve-devel mailing list