5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-11 05:18:01 +03:00
pve-storage/PVE/Storage
Fabian Ebner dcd8f3a3dd btrfs: call free_image correctly
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 279d9de510 for context,
where the approach in this patch was suggested.

Suggested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
2021-09-22 08:52:53 +02:00
..
LunCmd tree-wide: fix typos with codespell 2021-06-23 08:28:48 +02:00
BTRFSPlugin.pm btrfs: call free_image correctly 2021-09-22 08:52:53 +02:00
CephFSPlugin.pm Ceph: add keyring parameter for external clusters 2021-08-26 18:15:30 +02:00
CIFSPlugin.pm cifs: negotiates the highest SMB2+ version supported by default 2021-09-15 10:59:00 +02:00
DirPlugin.pm api: content/backup: handle deletion of notes 2020-12-07 16:10:09 +01:00
GlusterfsPlugin.pm tree-wide: fix typos with codespell 2021-06-23 08:28:48 +02:00
ISCSIDirectPlugin.pm fix content listing for user mode iscsi plugin 2019-03-07 11:08:43 +01:00
ISCSIPlugin.pm iscsi: code cleanup 2021-05-04 12:02:47 +02:00
LVMPlugin.pm lvm: wipe signatures on lvcreate 2021-07-06 12:39:50 +02:00
LvmThinPlugin.pm tree-wide: fix typos with codespell 2021-06-23 08:28:48 +02:00
Makefile add BTRFS storage plugin 2021-06-23 20:20:31 +02:00
NFSPlugin.pm fix #3348: NFS: select correct transport to check for service 2021-03-31 10:22:52 +02:00
PBSPlugin.pm file/volume size info: add actual errors to untaint messages 2021-06-23 08:28:48 +02:00
Plugin.pm fix prune-backups validation (again) 2021-09-10 14:16:26 +02:00
RBDPlugin.pm Ceph: add keyring parameter for external clusters 2021-08-26 18:15:30 +02:00
ZFSPlugin.pm tree-wide: fix typos with codespell 2021-06-23 08:28:48 +02:00
ZFSPoolPlugin.pm zfs: fix unmount request 2021-08-12 11:48:42 +02:00