279d9de5108f6fc6f2d31f77f1b41d6dc7a67cb9
The method is only derived in the DirPlugin module from the base Plugin, so we do not have it available there through a static module method call using ::, but only when using a class dereference. Other fix options would have been: PVE::Storage::Plugin::free_image(@_); or: $class->SUPER::free_image($storeid, ...); Signed-off-by: Hannes Laimer <h.laimer@proxmox.com> [ Thomas: add some background to the commit message ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Description
with PMEM support!
Languages
Perl
99.3%
Makefile
0.6%