Hi,
this information is gathered vialsblk
, so it seems like in some cases the old status is still floating around somewhere (from a quick glance it seems to be the udev database). I opened a bug report.
If somebody else stumbles upon this, please try usingudevadm settle
and let us know if it worked.
I had the same problem on a bare metal server.
udevadm settle
didn't work but I could solve it with:
Bash:
> lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 1 10.9T 0 disk
└─ceph--8bfcdef9--aa75--4754--8f25--43c70633a846-osd--block--3d6ffd71--e0b1--4b39--a1b7--61bf9154fd28 253:0 0 10.9T 0 lvm
...
> dmsetup remove ceph--8bfcdef9--aa75--4754--8f25--43c70633a846-osd--block--3d6ffd71--e0b1--4b39--a1b7--61bf9154fd28
The issue is described here: https://tracker.ceph.com/issues/24793