mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-24 09:18:02 +00:00
rescan: comment that this is a temporarily workaround
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4771526af1
commit
b9a1a3aba5
@ -5606,6 +5606,8 @@ sub rescan {
|
|||||||
|
|
||||||
my $cfg = PVE::Storage::config();
|
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}}) {
|
foreach my $stor (keys %{$cfg->{ids}}) {
|
||||||
delete($cfg->{ids}->{$stor}) if ! $cfg->{ids}->{$stor}->{content}->{images};
|
delete($cfg->{ids}->{$stor}) if ! $cfg->{ids}->{$stor}->{content}->{images};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user