It seems you are running into this:
https://github.com/rook/rook/issues/11474#issuecomment-1365523469
You can check the output of the below command, and see if the disks are
detected by the ceph-volume:
ceph-volume inventory --format json-pretty
Also try to add a specific device path to the abov
This mgr assert failure is fixed at https://github.com/ceph/ceph/pull/46688
You can upgrade to 16.2.13 to get the fix.
Eugen Block 于2023年8月3日周四 14:57写道:
> Can you query those config options yourself?
>
> storage01:~ # ceph config get mgr mgr/dashboard/standby_behaviour
> storage01:~ # ceph conf
Hi Patrick,
Thanks a lot for letting us know about this issue!
By reading your fix[1] carefully, I understand the heart of this issue is
that:
Since Jewel, CephFS introduced a new data structure FSMap (for MultiFS),
and the monitor has been using this new structure as the Paxos value,
but Pre-Jew