From ec647db4f8a2ee406c9eda68ae1107ae53d61eec Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 19 Jul 2016 09:17:36 +0200 Subject: [PATCH] Fix #1057: make protection a fast-plug option Otherwise you need to shutdown a VM to disable protection, which is inconvenient for a few tasks such as for instance deleting an unused disk. --- PVE/QemuServer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index fb918624..7778fb86 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -3871,6 +3871,7 @@ my $fast_plug_option = { 'shares' => 1, 'startup' => 1, 'description' => 1, + 'protection' => 1, }; # hotplug changes in [PENDING]