[pve-devel] [PATCH] don't unplug nic on update
Alexandre Derumier
aderumier at odiso.com
Fri Feb 22 06:07:56 CET 2013
Stefan report an hang if we fast remove/add nic when update.
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
PVE/API2/Qemu.pm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index ee02467..9321a69 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -749,11 +749,6 @@ my $vmconfig_update_disk = sub {
my $vmconfig_update_net = sub {
my ($rpcenv, $authuser, $conf, $storecfg, $vmid, $opt, $value) = @_;
- if ($conf->{$opt}) {
- #if online update, then unplug first
- die "error hot-unplug $opt for update" if !PVE::QemuServer::vm_deviceunplug($vmid, $conf, $opt);
- }
-
$conf->{$opt} = $value;
PVE::QemuServer::update_config_nolock($vmid, $conf, 1);
$conf = PVE::QemuServer::load_config($vmid); # update/reload
--
1.7.10.4
More information about the pve-devel
mailing list