]> git.proxmox.com Git - pve-manager.git/commit - PVE/VZDump.pm
fix #4605: drop rsyncable from zstd invocation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 17 Apr 2023 07:04:18 +0000 (09:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 17:13:53 +0000 (19:13 +0200)
commit9a023d5540b909a39af2743c6e1ffadb73ae98d6
tree4fd493f8bd187340f1a3160619bf69a2c2b51cdf
parentcf14758f5fa9fdbc95887e2f9d796d4d3b1e4d77
fix #4605: drop rsyncable from zstd invocation

This reverts 7420d7ff ("zstd: add --rsyncable flag")

That flag causes severe slow downs on fast disks, and we still have
other rsyncable compressors available.

It was originally added based on wrong documentation that made the
performance impact look a lot smaller than it actually is.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/VZDump.pm