[pve-devel] [PATCH 2/6] vmconfig_hotplug_pending : add update_net
Dietmar Maurer
dietmar at proxmox.com
Mon Nov 17 16:50:42 CET 2014
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 141a21c..b948de8
> 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -3521,12 +3521,18 @@ sub vmconfig_hotplug_pending {
> $conf = load_config($vmid); # update/reload
> }
>
> - return if !$conf->{hotplug};
> + #return if !$conf->{hotplug}; #some changes can't be done also
> + without hotplug
is this intentional?
More information about the pve-devel
mailing list