Project

General

Profile

Actions

Bug #44878

closed

mimic: incorrect SSD bluestore compression/allocation defaults

Added by Frank Schilder about 4 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
% Done:

0%

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

Description

The current defaults for SSD are:

bluestore_compression_min_blob_size_ssd 8192
bluestore_min_alloc_size_ssd 16384

For SSD storage these defaults will imply no space gain for SSD as the uncompressed blob will use the same amount of space as the compressed one as both will require the same allocation size.

Quoting Igor Fedotov:

Presumably this was an incomplete backport from Nautilus which has
proper numbers: 32K and 16K respectively.

Actions

Also available in: Atom PDF