]> git.proxmox.com Git - qemu-server.git/commitdiff
fast plug options: add migrate_downtime and migrate_speed
authorFiona Ebner <f.ebner@proxmox.com>
Thu, 11 May 2023 12:30:12 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 16:37:51 +0000 (18:37 +0200)
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

index 4b5602f3ced8f6add9c4fe926fa00bb3bf36d7a7..cd371e116bb9f3a00804458fb5bc03599de95174 100644 (file)
@@ -4916,6 +4916,8 @@ my $fast_plug_option = {
     'description' => 1,
     'hookscript' => 1,
     'lock' => 1,
+    'migrate_downtime' => 1,
+    'migrate_speed' => 1,
     'name' => 1,
     'onboot' => 1,
     'protection' => 1,