]> git.proxmox.com Git - pve-qemu.git/commit
backup: avoid bubbling up first ECANCELED error
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 9 Jan 2024 14:10:00 +0000 (15:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 12 Mar 2024 12:20:28 +0000 (13:20 +0100)
commitcd7676f3e6c96dae29415aa9e6e8ef13dc773e22
tree40debe594ee0b1453e689bdb044dd658b89416aa
parent862b46e3e0a04f710a03cc796605465cc0ef4187
backup: avoid bubbling up first ECANCELED error

With pvebackup_propagate_error(), the first error wins. When one job
in the transaction fails, it is expected that later jobs get the
ECANCELED error. Those are not interesting and by skipping them a more
interesting error, which is likely the actual root cause, can win.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/pve/0030-PVE-Backup-Proxmox-backup-patches-for-QEMU.patch
debian/patches/pve/0034-PVE-Migrate-dirty-bitmap-state-via-savevm.patch