]> git.proxmox.com Git - pve-storage.git/commit
Adapted unlink calls for archive files in case of ENOENT
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Tue, 14 Jun 2022 09:00:11 +0000 (11:00 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 15 Jun 2022 08:49:22 +0000 (10:49 +0200)
commite573445e938ad384375264b62572b239dbbf12ea
treedca9ad1c876151add728f9c5a9fba5c3e279ae35
parentc3e2ff806f1f558996e7654e502ea332227c13b0
Adapted unlink calls for archive files in case of ENOENT

This improves handling when two archive remove calls are creating a
race condition where one would formerly encounter an error. Now both
finish successfully.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/Storage.pm