diff --git a/PVE/CLI/pve7to8.pm b/PVE/CLI/pve7to8.pm index 524b0617..73ea85b0 100644 --- a/PVE/CLI/pve7to8.pm +++ b/PVE/CLI/pve7to8.pm @@ -997,6 +997,7 @@ sub check_storage_content_dirs { my $plugin = PVE::Storage::Plugin->lookup($scfg->{type}); for my $vtype (keys $scfg->{content}->%*) { my $abs_subdir = Cwd::abs_path($plugin->get_subdir($scfg, $vtype)); + next if !defined($abs_subdir); push $resolved_subdirs->{$abs_subdir}->@*, $vtype; } for my $subdir (keys $resolved_subdirs->%*) {