Project

General

Profile

Actions

Bug #58646

open

Data format for persisting alloc map needs redesign

Added by Igor Fedotov about 1 year ago. Updated about 1 year ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
quincy
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Indeed it hardly scales as currently it keeps every free extent using 16 bytes (offset + size). Hence 256M extents will use ~4GB. Thus current format's drawbacks are:
1) processing time/space usage are volatile and grow with disk fragmentation
2) 4GB is a huge volume and it's effectively a max size for bluefs file size.
3) Modern large disks (10-20TB) can easily achieve the limits

Apparently bitmap format looks more attractive due to fixed size/space requirements.

Actions #1

Updated by Igor Fedotov about 1 year ago

  • Backport set to quincy
Actions #2

Updated by Igor Fedotov about 1 year ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 50052
Actions

Also available in: Atom PDF