[pve-devel] [PATCH v2 qemu-server 4/5] config: make vmstatestorage	hotpluggable
    Fabian Grünbichler 
    f.gruenbichler at proxmox.com
       
    Mon May 15 14:11:59 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 5c04144..e446ab3 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