After updating to ceph 16 (pacific) on pve7, I have the following condition:
but
So I can't use the normal
Bash:
~# ceph health detail
HEALTH_OK
but
Bash:
~# ceph status
cluster:
id: 04385b88-049f-4083-8d5a-6c45a0b7bddb
health: HEALTH_OK
services:
mon: 3 daemons, quorum FT1-NodeA,FT1-NodeB,FT1-NodeC (age 13h)
mgr: FT1-NodeC(active, since 13h), standbys: FT1-NodeA, FT1-NodeB
mds: 1/1 daemons up, 2 standby
osd: 24 osds: 24 up (since 13h), 24 in (since 3w)
data:
volumes: 1/1 healthy
pools: 6 pools, 337 pgs
objects: 1.93M objects, 7.1 TiB
usage: 19 TiB used, 18 TiB / 37 TiB avail
pgs: 336 active+clean
1 active+clean+scrubbing+deep
io:
client: 181 KiB/s rd, 5.0 MiB/s wr, 6 op/s rd, 217 op/s wr
So I can't use the normal
ceph repair
or similar tools to fix this. What can I do to fix this? It's been like this for more than a day now.