Bug 1728069 - [BlueStore] RHCS 3.x - backport and make default bluestore allocator as bitmap
Summary: [BlueStore] RHCS 3.x - backport and make default bluestore allocator as bitmap
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: RADOS
Version: 3.2
Hardware: x86_64
OS: Linux
high
high
Target Milestone: z1
: 3.3
Assignee: Neha Ojha
QA Contact: Manohar Murthy
Bara Ancincova
URL:
Whiteboard:
: 1723007 (view as bug list)
Depends On:
Blocks: 1725227 1726135 1733598
TreeView+ depends on / blocked
 
Reported: 2019-07-08 23:38 UTC by Vikhyat Umrao
Modified: 2019-10-22 13:29 UTC (History)
15 users (show)

Fixed In Version: RHEL: ceph-12.2.12-58.el7cp Ubuntu: ceph_12.2.12-52redhat1xenial
Doc Type: Enhancement
Doc Text:
.The default BlueStore and BlueFS allocator is now `bitmap` Previously, the default allocator for BlueStore and BlueFS was the `stupid` allocator. This allocator spreads allocations over the entire device because it allocates the first extent it finds that is large enough, starting from the last place it allocated. The `stupid` allocator tracks each extent in a separate B-tree, so the amount of memory used depends on the number of extents. This behavior causes more fragmentation and requires more memory to track free space. With this update, the default allocator has been changed to `bitmap`. The `bitmap` allocator allocates based on the first extent possible from the start of the disk, so large extents are preserved. It uses a fixed-size tree of bitmaps to track free space, thus using constant memory regardless of number of extents. As a result, the new allocator causes less fragmentation and requires less memory.
Clone Of:
Environment:
Last Closed: 2019-10-22 13:29:03 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 41014 0 None None None 2019-07-30 17:40:07 UTC
Ceph Project Bug Tracker 41301 0 None None None 2019-08-15 18:14:53 UTC
Github ceph ceph pull 28644 0 'None' closed luminous: os/bluestore: fix duplicate allocations in bmap allocator 2021-01-13 02:30:54 UTC
Github ceph ceph pull 28972 0 'None' closed luminous: os/bluestore: default to bitmap allocator for bluestore/bluefs 2021-01-13 02:30:54 UTC
Github ceph ceph pull 29404 0 'None' closed os/bluestore, common: make bluefs_alloc_size default to bluestore_min_alloc_size 2021-01-13 02:30:53 UTC
Red Hat Bugzilla 1723007 0 high CLOSED BlueStore osd spamming stupidalloc 0x0x55b81142bb20 dump and causing slow requests 2021-02-22 00:41:40 UTC
Red Hat Knowledge Base (Solution) 4267502 0 Troubleshoot None Ceph - BlueStore OSD spamming stupidalloc 0x0x55b81142bb20 dump and causing a lot of slow requests 2019-09-03 17:19:12 UTC
Red Hat Product Errata RHBA-2019:3173 0 None None None 2019-10-22 13:29:26 UTC

Description Vikhyat Umrao 2019-07-08 23:38:26 UTC
Description of problem:
[BlueStore] RHCS 3.x - backport bitmap allocator 


Version-Release number of selected component (if applicable):
RHCS 3.2

Comment 10 Giridhar Ramaraju 2019-08-05 13:05:58 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. 

Regards,
Giri

Comment 11 Giridhar Ramaraju 2019-08-05 13:08:42 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. 

Regards,
Giri

Comment 23 Vikhyat Umrao 2019-09-03 17:19:13 UTC
*** Bug 1723007 has been marked as a duplicate of this bug. ***

Comment 27 Vikhyat Umrao 2019-09-09 22:53:51 UTC
*** Bug 1745200 has been marked as a duplicate of this bug. ***

Comment 37 errata-xmlrpc 2019-10-22 13:29:03 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, 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-2019:3173


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