]> git.proxmox.com Git - pve-storage.git/commit
introduce new method filesystem_path()
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Sep 2013 07:03:01 +0000 (09:03 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Sep 2013 07:05:17 +0000 (09:05 +0200)
commit08480ce768d2bf285930353caf5c4865c6b68715
tree09789bd2836e218059c8bffae90cf96ba8c2ab07
parent9402289e7f3b8aab8b1761a9d42bf057293904ec
introduce new method filesystem_path()

If a plugin overwrites method path() to return optimized setting for qemu,
it can now still use the generic methods from PVE::Storage::Plugin which works
on file system paths (for example the glusterfs plugin).
PVE/Storage/Plugin.pm