applied the other two of the series, but replaced this one with:

-       description => "Whether the drive should be included when making 
snapshots.",
+       description => "Controls qemu's snapshot mode feature."
+           . " If activated, changes made to the disk are temporary and will"
+           . " be discarded when the VM is shutdown.",

On Thu, Feb 08, 2018 at 12:09:22PM +0100, Dominik Csapak wrote:
> it has nothing to do with our snapshots, but with
> the qemu snapshot mode of the disk (see the man page)
> 
> Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
> ---
>  PVE/QemuServer.pm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 2738f11..4c04668 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -753,7 +753,7 @@ my %drivedesc_base = (
>      },
>      snapshot => {
>       type => 'boolean',
> -     description => "Whether the drive should be included when making 
> snapshots.",
> +     description => "Snapshot mode for the disk to use.",
>       optional => 1,
>      },
>      cache => {
> -- 
> 2.11.0

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to