Bug 2119853
Summary: | [RHCS 5.3] dups.size logging + COT dups trim command + online dups trimming fix | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vikhyat Umrao <vumrao> |
Component: | RADOS | Assignee: | Radoslaw Zarzynski <rzarzyns> |
Status: | CLOSED ERRATA | QA Contact: | Pawan <pdhiran> |
Severity: | high | Docs Contact: | Akash Raj <akraj> |
Priority: | unspecified | ||
Version: | 5.0 | CC: | akraj, akupczyk, amathuri, anarnold, bhubbard, ceph-eng-bugs, cephqe-warriors, choffman, ksirivad, lflores, nmordech, nojha, pdhange, pdhiran, rfriedma, rzarzyns, skanta, sseshasa, vereddy, vumrao |
Target Milestone: | --- | ||
Target Release: | 5.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-16.2.10-28.el8cp | Doc Type: | Bug Fix |
Doc Text: |
.Corrupted dups entries of a PG Log can be removed by off-line and on-line trimming
Previously, trimming of PG log dups entries could be prevented during the low-level PG split operation, which is used by the PG autoscaler with far higher frequency than by a human operator. Stalling the trimming of dups resulted in significant memory growth of PG log, leading to OSD crashes as it ran out of memory. Restarting an OSD did not solve the problem as the PG log is stored on disk and reloaded to RAM on startup.
With this fix, both off-line, using the `ceph-objectstore-tool` command, and on-line, within OSD, trimming can remove corrupted dups entries of a PG log that jammed the on-line trimming machinery and were responsible for the memory growth. A debug improvement is implemented that prints the number of dups entries to the OSD's log to help future investigations.
|
Story Points: | --- |
Clone Of: | 2093031 | Environment: | |
Last Closed: | 2023-01-11 17:41:19 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2093031 | ||
Bug Blocks: | 2094069, 2101798, 2102272, 2126049 |
Comment 35
errata-xmlrpc
2023-01-11 17:41:19 UTC
|