From d62bdac593a22a2ccc393bba7cab40adb3aa1f5d Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Thu, 11 May 2023 14:30:12 +0200 Subject: [PATCH] fast plug options: add migrate_downtime and migrate_speed 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 --- PVE/QemuServer.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 4b5602f..cd371e1 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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, -- 2.39.2