[ceph-users] Re: getting rid of incomplete pg errors

2020-02-07 Thread Hartwig Hauschild
Hi, Sort-of. we've force-created all PGs, set osd_find_best_info_ignore_history_les for every OSD, restarted all OSDs, ran pg-repairs for everything that was still broken and then unset osd_find_best_info_ignore_history_les and restarted the OSDs again. Worked for us, caused total data loss for

[ceph-users] Re: getting rid of incomplete pg errors

2020-02-07 Thread Ragan, Tj (Dr.)
Hi Hartwig, I’m in a similar situation, did you ever get this fixed? -TJ On 29 Jan 2020, at 11:16, Hartwig Hauschild mailto:ml-c...@hauschild.it>> wrote: Hi, I had looked at the output of `ceph health detail` which told me to search for 'incomplete' in the docs. Since that said to file a bu

[ceph-users] Re: getting rid of incomplete pg errors

2020-01-29 Thread Hartwig Hauschild
Hi, I had looked at the output of `ceph health detail` which told me to search for 'incomplete' in the docs. Since that said to file a bug (and I was sure that filing a bug did not help) I continued to purge the Disks that we hat overwritten and ceph then did some magic and told me that the PGs w

[ceph-users] Re: getting rid of incomplete pg errors

2020-01-29 Thread Gregory Farnum
There should be docs on how to mark an OSD lost, which I would expect to be linked from the troubleshooting PGs page. There is also a command to force create PGs but I don’t think that will help in this case since you already have at least one copy. On Tue, Jan 28, 2020 at 5:15 PM Hartwig Hauschi