]> git.proxmox.com Git - pve-storage.git/commit
zfs: volume import: use correct format for renaming
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 3 Mar 2022 12:31:21 +0000 (13:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 3 Mar 2022 13:33:33 +0000 (14:33 +0100)
commit726c432964fd0c1ef4433f153663b3d3f66cc72c
tree64d47243db7b8b51afdde7f9a4ceb95b31aca9ea
parenteba7935f83d0237a25929cf1e0f63b4c1983fce3
zfs: volume import: use correct format for renaming

Previously, the transport format (which currently is always 'zfs') was
passed in, resulting in subvol-disks not to be renamed correctly.

Fixes: a97d3ee ("Introduce allow_rename parameter for pvesm import and storage_migrate")
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/Storage/ZFSPoolPlugin.pm