From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Subject: [pve-devel] applied: [PATCH qemu-server 1/4] Use correct option for storage_migrate
Date: Tue, 04 Aug 2020 14:08:36 +0200 [thread overview]
Message-ID: <1596542833.r6wzl90q08.astroid@nora.none> (raw)
In-Reply-To: <20200729094418.20523-1-f.ebner@proxmox.com>
all four patches
On July 29, 2020 11:44 am, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner@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@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
>
>
prev parent reply other threads:[~2020-08-04 12:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-29 9:44 [pve-devel] " Fabian Ebner
2020-07-29 9:44 ` [pve-devel] [PATCH container 2/4] " Fabian Ebner
2020-07-29 9:44 ` [pve-devel] [PATCH container 3/4] Log storage_migrate output Fabian Ebner
2020-07-29 9:44 ` [pve-devel] [PATCH storage 4/4] storage_migrate: log bandwidth limit Fabian Ebner
2020-08-04 12:08 ` Fabian Grünbichler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596542833.r6wzl90q08.astroid@nora.none \
--to=f.gruenbichler@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox