Bug 1554544
Summary: | pg log does not trim when write errors are added, potentially leading to OOM | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Josh Durgin <jdurgin> |
Component: | RADOS | Assignee: | Josh Durgin <jdurgin> |
Status: | CLOSED ERRATA | QA Contact: | Parikshith <pbyregow> |
Severity: | urgent | Docs Contact: | Erin Donnelly <edonnell> |
Priority: | urgent | ||
Version: | 3.0 | CC: | ceph-eng-bugs, dzafman, edonnell, hnallurv, jdurgin, kchai, pdhiran, tserlin, vumrao |
Target Milestone: | z2 | ||
Target Release: | 3.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-12.2.4-2.el7cp Ubuntu: ceph_12.2.4-3redhat1 | Doc Type: | Bug Fix |
Doc Text: |
Previously, a placement group (PG) that received only unsuccessful writes—such as deleting a non-existing object—would grow its write operations log indefinitely. This caused the OSDs handling that PG to run out of memory and crash. With this fix, the PG log is now trimmed as expected regardless of whether a write is successful or not, and the OSDs do not run out of memory.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-26 17:38:40 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: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1557269 |
Description
Josh Durgin
2018-03-12 23:00:33 UTC
Luminous backport: http://tracker.ceph.com/issues/23323 https://github.com/ceph/ceph/pull/20851 *** Bug 1551721 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1259 *** Bug 1616039 has been marked as a duplicate of this bug. *** |