From: Fiona Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server 2/2] fast plug options: add migrate_downtime and migrate_speed
Date: Thu, 11 May 2023 14:30:12 +0200 [thread overview]
Message-ID: <20230511123012.200852-2-f.ebner@proxmox.com> (raw)
In-Reply-To: <20230511123012.200852-1-f.ebner@proxmox.com>
for convenience. These options do not influence the QEMU instance
directly, but are only used for migration, so no need to keep them in
pending.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
PVE/QemuServer.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 4f3418ae..7ba0b4b8 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -4909,6 +4909,8 @@ my $fast_plug_option = {
'description' => 1,
'hookscript' => 1,
'lock' => 1,
+ 'migrate_downtime' => 1,
+ 'migrate_speed' => 1,
'name' => 1,
'onboot' => 1,
'protection' => 1,
--
2.30.2
next prev parent reply other threads:[~2023-05-11 12:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 12:30 [pve-devel] [PATCH qemu-server 1/2] fast plug options: order alphabetically Fiona Ebner
2023-05-11 12:30 ` Fiona Ebner [this message]
2023-06-07 16:38 ` [pve-devel] applied: [PATCH qemu-server 2/2] fast plug options: add migrate_downtime and migrate_speed Thomas Lamprecht
2023-06-07 16:38 ` [pve-devel] applied: [PATCH qemu-server 1/2] fast plug options: order alphabetically Thomas Lamprecht
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=20230511123012.200852-2-f.ebner@proxmox.com \
--to=f.ebner@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.