[pve-devel] [PATCH qemu-server 1/2] Fix #1924: add snapshot parameter

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Nov 14 11:42:15 CET 2018


On 11/12/18 2:59 PM, Rhonda D'Vine wrote:
> The config and showcmd CLI commands offer the config and showcmd
> functions. Both of that outputs may vary with respect to a given
> snapshot. This adds a switch that shows the corresponding snapshot's
> config and command line.
> 
> This patch needs the one in pve-guest-common applied first.
> 
> Signed-off-by: Rhonda D'Vine <rhonda at proxmox.com>
> ---
> diff --git a/debian/control b/debian/control
> index f3b9ca0..45d7855 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support at proxmox.com>
>  Build-Depends: debhelper (>= 7.0.50~),
>                 libio-multiplex-perl,
>                 libpve-common-perl,
> -               libpve-guest-common-perl (>= 2.0-18),
> +               libpve-guest-common-perl (>> 2.0-18),
>                 lintian,
>                 perl (>= 5.10.0-19),
>                 pve-doc-generator,
> 

Oh, and please do not include this, as if it's not guaranteed to be in
>> 2.0-18 if it gets applied in a month and guest-common got bumped in
the mean time. I wanted to apply 2/2 while waiting on a v2 for this but
couldn't as this provoked a conflict.

It's easier to handle this at apply time, before bumping by the applyee,
a note in the commit message about the needed version bump would be good,
even wanted, though.




More information about the pve-devel mailing list