]> git.proxmox.com Git - pve-storage.git/commit
base plugin: return ctime for vm images
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 4 Mar 2020 10:46:21 +0000 (11:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 18:26:45 +0000 (19:26 +0100)
commit51eee96d31f2b2c3cf9f982cfa7e0cf11c8e2776
treeaffff2271f4fa7d5d47a99001f66c8c432600ae6
parentff9c5451a56ee2c7ff2df1dcb44404883effab9a
base plugin: return ctime for vm images

Changed file_size_info() to additionally return ctime to avoid
another stat() call.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
PVE/Storage/Plugin.pm