]> git.proxmox.com Git - pve-storage.git/commit
fix #2226: ignore broken symlinks in *_list
authorStefan Reiter <s.reiter@proxmox.com>
Mon, 17 Jun 2019 09:05:31 +0000 (11:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 Jun 2019 09:49:33 +0000 (11:49 +0200)
commit5f73686fd302be08fde4e55d34ca80fc4671f7d1
treed22243afc38046d8d5a4e3aa4f3d0497724cd142
parentea02de000f78903de28cf2479ce814cce1ae6b67
fix #2226: ignore broken symlinks in *_list

Broken symlinks (and other files without a size) will now show up as 0
byte instead of causing a format validation error in the API.

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