Re: [ceph-users] Failed to repair pg

2019-03-08 Thread Herbert Alexander Faleiros
Hi, [...] > Now I have: > > HEALTH_ERR 5 scrub errors; Possible data damage: 1 pg inconsistent > OSD_SCRUB_ERRORS 5 scrub errors > PG_DAMAGED Possible data damage: 1 pg inconsistent > pg 2.2bb is active+clean+inconsistent, acting [36,12,80] > > Jumped from 3 to 5 scrub errors now. did the sam

Re: [ceph-users] Failed to repair pg

2019-03-08 Thread Herbert Alexander Faleiros
Hi, thanks for the answer. On Thu, Mar 07, 2019 at 07:48:59PM -0800, David Zafman wrote: > See what results you get from this command. > > # rados list-inconsistent-snapset 2.2bb --format=json-pretty > > You might see this, so nothing interesting.  If you don't get json, then > re-run a scrub

Re: [ceph-users] Failed to repair pg

2019-03-07 Thread David Zafman
On 3/7/19 9:32 AM, Herbert Alexander Faleiros wrote: On Thu, Mar 07, 2019 at 01:37:55PM -0300, Herbert Alexander Faleiros wrote: Should I do something like this? (below, after stop osd.36) # ceph-objectstore-tool --data-path /var/lib/ceph/osd/ceph-36/ --journal-path /dev/sdc1 rbd_data.dfd5e223

Re: [ceph-users] Failed to repair pg

2019-03-07 Thread Brad Hubbard
you could try reading the data from this object and write it again using rados get then rados put. On Fri, Mar 8, 2019 at 3:32 AM Herbert Alexander Faleiros wrote: > > On Thu, Mar 07, 2019 at 01:37:55PM -0300, Herbert Alexander Faleiros wrote: > > Hi, > > > > # ceph health detail > > HEALTH_ERR 3

Re: [ceph-users] Failed to repair pg

2019-03-07 Thread Herbert Alexander Faleiros
On Thu, Mar 07, 2019 at 01:37:55PM -0300, Herbert Alexander Faleiros wrote: > Hi, > > # ceph health detail > HEALTH_ERR 3 scrub errors; Possible data damage: 1 pg inconsistent > OSD_SCRUB_ERRORS 3 scrub errors > PG_DAMAGED Possible data damage: 1 pg inconsistent > pg 2.2bb is active+clean+inco