Just query the PG to see what is it that reporting and take action accordingly On Thu, Jan 28, 2021, 7:13 PM Void Star Nill <void.star.nill@gmail.com> wrote:
Hello all,
One of our clusters running nautilus release 14.2.15 is reporting health error. It reports that there are inconsistent PGs. However, when I inspect each of the reported PGs, I dont see any inconsistencies. Any inputs on what's going on?
$ sudo ceph health detail HEALTH_ERR 3 scrub errors; Possible data damage: 3 pgs inconsistent OSD_SCRUB_ERRORS 3 scrub errors PG_DAMAGED Possible data damage: 3 pgs inconsistent pg 2.a4 is active+clean+inconsistent, acting [2,60,73] pg 2.2b3 is active+clean+inconsistent, acting [15,3,38] pg 2.758 is active+clean+inconsistent, acting [4,40,35]
$ rados list-inconsistent-obj 2.758 --format=json-pretty { "epoch": 9211, "inconsistents": [] }
$ rados list-inconsistent-obj 2.a4 --format=json-pretty { "epoch": 9213, "inconsistents": [] }
$ rados list-inconsistent-obj 2.758 --format=json-pretty { "epoch": 9211, "inconsistents": [] }
Regards, Shridhar _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io