[pve-devel] [PATCH qemu-server 4/4] config: make vmstatestorage hotpluggable
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed May 10 12:00:21 CEST 2017
since this is just an option for PVE, and does not concern the VM at all.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
PVE/QemuServer.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 1b32065..20a97de 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -4055,6 +4055,7 @@ my $fast_plug_option = {
'startup' => 1,
'description' => 1,
'protection' => 1,
+ 'vmstatestorage' => 1,
};
# hotplug changes in [PENDING]
--
2.1.4
More information about the pve-devel
mailing list