[pve-devel] applied: [PATCH qemu-server 1/3] correct description of disks 'snapshot' flag

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Feb 8 13:43:33 CET 2018


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.csapak at 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




More information about the pve-devel mailing list