mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-11 05:18:01 +03:00
dcd8f3a3dd
Currently, 'PVE::Storage::DirPlugin' is implicitly passed along as
$class, which means that if the base class's free_image calls another
method (e.g. filesystem_path) then the DirPlugin's method will be
used, rather than the one from BTRFSPlugin. Change it so that $class
itself is passed along.
See also commit
|
||
---|---|---|
.. | ||
LunCmd | ||
BTRFSPlugin.pm | ||
CephFSPlugin.pm | ||
CIFSPlugin.pm | ||
DirPlugin.pm | ||
GlusterfsPlugin.pm | ||
ISCSIDirectPlugin.pm | ||
ISCSIPlugin.pm | ||
LVMPlugin.pm | ||
LvmThinPlugin.pm | ||
Makefile | ||
NFSPlugin.pm | ||
PBSPlugin.pm | ||
Plugin.pm | ||
RBDPlugin.pm | ||
ZFSPlugin.pm | ||
ZFSPoolPlugin.pm |