Bug 1931504 - [GSS] bluestore scrub memory growth due to low bluestore_cache_trim_max_skip_pinned
Summary: [GSS] bluestore scrub memory growth due to low bluestore_cache_trim_max_skip_...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RADOS
Version: 4.2
Hardware: All
OS: Linux
high
high
Target Milestone: ---
: 5.0
Assignee: Adam Kupczyk
QA Contact: skanta
Ranjini M N
URL:
Whiteboard:
Depends On:
Blocks: 1947215 1959686
TreeView+ depends on / blocked
 
Reported: 2021-02-22 15:09 UTC by Harald Klein
Modified: 2024-10-01 17:32 UTC (History)
15 users (show)

Fixed In Version: ceph-16.2.0-24.el8cp
Doc Type: Bug Fix
Doc Text:
.Setting `bluestore_cache_trim_max_skip_pinned` to `10000` enables trimming of the object’s metadata The least recently used (LRU) cache is used for the object’s metadata. Trimming of the cache is done from the least recently accessed objects. Objects that are pinned are exempted from eviction, which means they are still being used by Bluestore.. Previously, the configuration variable `bluestore_cache_trim_max_skip_pinned` controlled how many pinned objects were visited, thereby the scrubbing process caused objects to be pinned for a long time. When the number of objects pinned on the bottom of the LRU metadata cache became larger than `bluestore_cache_trim_max_skip_pinned` , then trimming of cache was not completed. With this release, you can set `bluestore_cache_trim_max_skip_pinned` to `10000` which is larger than the possible count of metadata cache. This enables trimming and the metadata cache size adheres to the configuration settings.
Clone Of:
: 1947215 (view as bug list)
Environment:
Last Closed: 2021-08-30 08:28:20 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 48729 0 None None None 2021-02-22 15:09:32 UTC
Ceph Project Bug Tracker 50217 0 None None None 2021-04-07 23:13:15 UTC
Github ceph ceph pull 40918 0 None open pacific: common/options/global.yaml.in: increase default value of bluestore_cache_trim_max_skip_pinned 2021-04-19 17:44:48 UTC
Red Hat Issue Tracker RHCEPH-769 0 None None None 2021-08-19 16:39:46 UTC
Red Hat Knowledge Base (Solution) 4452061 0 None None None 2021-03-08 15:52:28 UTC
Red Hat Product Errata RHBA-2021:3294 0 None None None 2021-08-30 08:28:39 UTC

Comment 27 errata-xmlrpc 2021-08-30 08:28:20 UTC
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 (Red Hat Ceph Storage 5.0 bug fix and enhancement), 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-2021:3294

Comment 28 Red Hat Bugzilla 2023-09-18 00:24:53 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days


Note You need to log in before you can comment on or make changes to this bug.