]> git.proxmox.com Git - pve-storage.git/commit
zfs: list images: don't use cache
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 20 Dec 2022 13:16:37 +0000 (14:16 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 21 Dec 2022 09:46:15 +0000 (10:46 +0100)
commit4470f0cbe94c8b7a6c480012e8fd20d124c9c9bb
treeb9d89d661ba663f832abdb5918d29827978d5804
parentc2e6a90d4f4c635d18d1f88f8abdddb83d8b402d
zfs: list images: don't use cache

There is no caller using $cache and the same $storeid multiple times,
so there is no need to keep the cache.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/Storage/ZFSPoolPlugin.pm