]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
extract backup config: less precise matching for broken pipe detection
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 6 Jul 2021 13:47:29 +0000 (15:47 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jul 2021 14:24:22 +0000 (16:24 +0200)
commit576e560d173723d400ee0c1c5d886b41b6249659
tree66bc1d7d4162ca2da2b335ea6d161b5cd0f2aa37
parent49a2f518bcaf98d13475e8bb66e15afd9a8d2c81
extract backup config: less precise matching for broken pipe detection

Extracting the config for zstd compressed vma files was broken:
    Failed to extract config from VMA archive: zstd: error 70 : Write
    error : cannot write decoded block : Broken pipe (500)
since the error message changed and wouldn't match anymore.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm