]> git.proxmox.com Git - pve-storage.git/commit
followup: free_image: just check if a file in general exist
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 09:51:27 +0000 (11:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 09:51:29 +0000 (11:51 +0200)
commitf6f22cb3a25adaec7182746aabbc2a389681a3cb
tree05aee2c11efa1affc404b7778ff9588fa514d891
parent26f14f6b07295150fe131c561868d22ff0fd59e9
followup: free_image: just check if a file in general exist

don't require any specific file types, if something is here which can
be requested to delete over API/CLI it either comes from an API/CLI
operation and should be thus OK to delete, else a user caused the
creation of the special file and it either works and all is good or
the user gets notified as we check if unlink succeeded anyway

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/Plugin.pm