diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index f07ad3a3..5829e4c7 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -5606,6 +5606,8 @@ sub rescan { my $cfg = PVE::Storage::config(); + # FIXME: Remove once our RBD plugin can handle CT and VM on a single storage + # see: https://pve.proxmox.com/pipermail/pve-devel/2018-July/032900.html foreach my $stor (keys %{$cfg->{ids}}) { delete($cfg->{ids}->{$stor}) if ! $cfg->{ids}->{$stor}->{content}->{images}; }