]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage.pm
Fix 2763: Revert "storage_migrate: check if target storage supports content type"
[pve-storage.git] / PVE / Storage.pm
index 07a4f5300f5a7e21b635fb3927dd26f799d89439..1d894b6dd967f87963a2c5b1290a448ff0d123ef 100755 (executable)
@@ -620,11 +620,6 @@ sub storage_migrate {
 
     my $tcfg = storage_config($cfg, $target_storeid);
 
-    my $vtype = (parse_volname($cfg, $volid))[0];
-
-    die "content type '$vtype' is not available on storage '$target_storeid'\n"
-       if !$tcfg->{content}->{$vtype};
-
     my $target_volname;
     if ($opts->{target_volname}) {
        $target_volname = $opts->{target_volname};