diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index 9f0afb6..bd8c28d 100644 --- a/PVE/Storage/RBDPlugin.pm +++ b/PVE/Storage/RBDPlugin.pm @@ -176,6 +176,7 @@ sub rbd_ls { my $image = $el->{image}; my ($owner) = $image =~ m/^(?:vm|base)-(\d+)-/; + next if !defined($owner); $list->{$pool}->{$image} = { name => $image,