From b9a1a3aba5d731c17dd0c7e9b64f3effd9cbbc7d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 Jul 2018 08:46:11 +0200 Subject: [PATCH] rescan: comment that this is a temporarily workaround Signed-off-by: Thomas Lamprecht --- PVE/QemuServer.pm | 2 ++ 1 file changed, 2 insertions(+) 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}; }