]> git.proxmox.com Git - qemu-server.git/commitdiff
rescan: comment that this is a temporarily workaround
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Jul 2018 06:46:11 +0000 (08:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 5 Jul 2018 06:46:11 +0000 (08:46 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index f07ad3a35b72014bbd9f4fd0fc54394a6618b528..5829e4c72654c5abbb4e33ec077adce4cd1e9e5c 100644 (file)
@@ -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};
     }