]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
implement map_volume and unmap_volume
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Nov 2018 13:05:17 +0000 (14:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Nov 2018 16:25:51 +0000 (17:25 +0100)
commit40d698932e27ee94b5fa06330dbf07bc5d2815cc
tree9bc2683b1a0a923379caea89d9c6e19a98a81705
parent8b6b71026554d474c6bc4f84cdc83e897caafe33
implement map_volume and unmap_volume

This allows to request a mapped device/path explicitly, regardles of
the storage option, eg. krbd option in the RBDplugin.

Bump of the storage ABI => 2

Co-authored-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
PVE/Storage.pm
PVE/Storage/Plugin.pm
PVE/Storage/RBDPlugin.pm