]> git.proxmox.com Git - pve-storage.git/commit
import: rework plugin api to not need a blessed object
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 12 Mar 2024 11:51:26 +0000 (12:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 13 Mar 2024 14:29:35 +0000 (15:29 +0100)
commit4f50a578f4dae411c5281fde924e332f6359d9a0
tree33678db8f713e32f54b2cd7983ce3e7c1babb5aa
parentc92d81005351791b41b88268c349f2f8b0825dd6
import: rework plugin api to not need a blessed object

does not really make sense, and if the plugin wants that, it can still
be done, like we do here for the ESXiPlugin

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/API2/Storage/Status.pm
src/PVE/Storage/ESXiPlugin.pm