[SOLVED] Osd legacy statfs reporting detected

Jarek

Well-Known Member
Dec 16, 2016
74
11
48
47
Hello.
Ceph cluster upgraded from Luminous to 14.2.1 and now to 14.2.2.
After upgrade ceph health detail shows:

osd.13 legacy statfs reporting detected, suggest to run store repair to get consistent statistic reports

for all upgraded osds.
How can we run a 'store repair'?
 
I had this problem as well. I ended up executing one by one on each osd (on their host) this command:
ceph-bluestore-tool repair --path /var/lib/ceph/osd/ceph-X (replacing X with the osd number).

So thanks for pointing out that link.