[pve-devel] applied: [PATCH qemu-server] partially fix #3056: try to cancel backup without uuid
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Oct 29 18:26:52 CET 2020
On 19.10.20 16:11, Dominik Csapak wrote:
> if the 'backup' qmp call itself times out or fails, we still want to
> try to cancel the backup, else it can happen that there is still
> a backup running even when vzdump thinks it was canceled
>
> qapi docs says that backup cancel always returns success, even
> if no backup is running
>
> since we hold a global and a per vm lock for the backup, this should be
> ok, since we should not reach this code without that lock
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/VZDump/QemuServer.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
applied, thanks!
More information about the pve-devel
mailing list