]> git.proxmox.com Git - pve-storage.git/commit
fix #2226: allow broken symlinks to be deleted via API
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 17 Jun 2019 09:05:32 +0000 (11:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 09:49:33 +0000 (11:49 +0200)
commit26f14f6b07295150fe131c561868d22ff0fd59e9
tree4e426a7883f65a45a49179c744c5102efe4508a0
parent5f73686fd302be08fde4e55d34ca80fc4671f7d1
fix #2226: allow broken symlinks to be deleted via API

Symlinks with a non-existing target fail Perls '-f' test and were thus
not deleteable via the API (failing with '$path does not exist').

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/Storage/Plugin.pm