| Summary: | Even after removing the trouble some OSD, still seeing in-consistent PGs | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Tanay Ganguly <tganguly> |
| Component: | RADOS | Assignee: | Kefu Chai <kchai> |
| Status: | CLOSED WONTFIX | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0 | CC: | ceph-eng-bugs, dzafman, hnallurv, kchai, kdreyer, kurs |
| Target Milestone: | rc | ||
| Target Release: | 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-10 07:32:42 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Tanay Ganguly
2016-04-25 10:27:58 UTC
this problem is two folded: still marked inconsistent after removing the bad OSD ==================================================== we share the monitor with current status after scrubbing. but we don't clean the PG_STATE_INCONSISTENT flag after peering. as we don't track why/who caused the inconsistency, and revert the flag once the bad guy is gone. it would be very tricky if we want to do this way. so a stupid and safer approach is to keep that flag until it is reset with a deep scrub which set it. rados list-inconsistent-obj =========================== "rados list-inconsistent-obj" targets the primary osd for getting the latest scrub result - after the peering, the interval changed, so the object for storing the result of last scrub is zapped. that's why we have empty return value. - and since the command does not send the epoch # as should the scrub script. we can hardly check if this inconsistency is outdated or not. Not a blocker - recommend moving to 2.z Kefu can you please confirm that you meant to close this one as NOTABUG? The previous comment says "recommend moving to 2.z", so I wanted to double-check this. Ken, yes, I confirm. sorry for the confusion. I forgot to remove that line after editing the reasons to close this bug as NOTABUG. Hi Kefu, I think its a BUG but as designed. Should we mark it as NOTABUG ? Thanks, Tanay Tanay, sorry for the latency. makes sense. changing it to WONTFIX. |