]> git.proxmox.com Git - pve-storage.git/commit
Fix 2763: Revert "storage_migrate: check if target storage supports content type"
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 25 May 2020 07:41:58 +0000 (09:41 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Jun 2020 12:43:17 +0000 (14:43 +0200)
commit12442ae19c5b87934b2f0bc72e6fb4ff0a8ae4bd
treede03e7d164d24445256f92ee239a934d3dfc815f
parenta43a796c6436ec54c47b7c1a758335692125f534
Fix 2763: Revert "storage_migrate: check if target storage supports content type"

This reverts commit 95015dbbf24b710011965805e689c03923fb830c.

parse_volname always gives 'images' and not 'rootdir'. In most
cases the volume name alone does not contain the needed information,
e.g. vm-123-disk-0 can be both a VM volume or a container volume.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm