]> git.proxmox.com Git - pve-qemu.git/commit
add revert to work around performance regression when backing up large RBD disk
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 17 May 2022 08:29:49 +0000 (10:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 19 May 2022 07:23:38 +0000 (09:23 +0200)
commitdc265df350c33b65b7f2d2b5c12a5e691a13dc27
tree4ba0ec964b81a7593002dffaf65682f1d5535471
parente0076597c66d623c52247ed4db35cedb19061438
add revert to work around performance regression when backing up large RBD disk

resulting in QMP timeouts and very slow backups. The plan is to figure
out (ideally together with upstream) a way to make the implementation
of bdrv_co_block_status for RBD more efficient. But for now, revert
the problematic change as a stop-gap measure.

Upstream bug report:
https://gitlab.com/qemu-project/qemu/-/issues/1026

Forum threads:
https://forum.proxmox.com/threads/109272/
https://forum.proxmox.com/threads/109448/
https://forum.proxmox.com/threads/101334/ (partially)

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
debian/patches/pve/0053-Revert-block-rbd-implement-bdrv_co_block_status.patch [new file with mode: 0644]
debian/patches/series