The ceph probe log has this message:
Jul 22 11:01:16:136 [main, ceph] Obsolete configuration key pobc_enable = true has been replaced by enable_bulk_configuration = pobc. Please update CFG file.
Release : 20.4
Component : ceph 1.25
1 deactivate the ceph probe
2 edit ceph.cfg replacing the line pobc_enable = true, with enable_bulk_configuration = pobc
From this:
<setup>
loglevel = 5
logsize = 50000
pobc_enable = true
show_detached_configuration = false
</setup>
To this:
<setup>
loglevel = 5
logsize = 50000
enable_bulk_configuration = pobc
show_detached_configuration = false
</setup>
or via raw configure select setup\pobc_enable > Delete Key
then New Key:
Name: enable_bulk_configuration
Value: pobc
3 activate the probe.