Re: [PATCH] qemu: backup: Properly delete temporary bitmap after push-mode incremental backup

2021-01-05 Thread Ján Tomko
On a Tuesday in 2021, Peter Krempa wrote: Refactor in 0316c28a453ac used incorrect source variable to initialize the variable which holds the name of the bitmap which needs to be deleted after the backup job finishes. This resulted into deleting the source bitmap of the backup rather than the tem

[PATCH] qemu: backup: Properly delete temporary bitmap after push-mode incremental backup

2021-01-05 Thread Peter Krempa
Refactor in 0316c28a453ac used incorrect source variable to initialize the variable which holds the name of the bitmap which needs to be deleted after the backup job finishes. This resulted into deleting the source bitmap of the backup rather than the temporary one. Use 'dd->incrementalBitmap' whi