[pve-devel] [PATCH qemu-server] Fix #1057: make protection a fast-plug option
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Jul 26 14:52:27 CEST 2016
applied
On Tue, Jul 19, 2016 at 09:17:36AM +0200, Wolfgang Bumiller wrote:
> 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.
> ---
> This is already the case for containers btw.
>
> PVE/QemuServer.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index fb91862..7778fb8 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]
> --
> 2.1.4
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
>
More information about the pve-devel
mailing list