]> git.proxmox.com Git - pve-storage.git/commit
volname_for_storage: parse volname before calling
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 3 Feb 2022 12:41:40 +0000 (13:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 4 Feb 2022 16:30:42 +0000 (17:30 +0100)
commitf78f26ae606c8b8f408346db0ff99027e86199d9
tree404deb78fdd34002d2fae800a8368b0cfc1002af
parente7bc1f03b784797385dcab754cdff8cd8326290a
volname_for_storage: parse volname before calling

to allow reusing this with remote migration, where parsing of the source
volid has to happen on the source node, but this call has to happen on
the target node.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Storage.pm