Project

General

Profile

Actions

Bug #5131

closed

leveldb: Compression config option is just ignored

Added by Sylvain Munaut almost 11 years ago. Updated almost 11 years ago.

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

0%

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

Description

In the code there is :

  if (!options.compression_enabled)
    ldoptions.compression = leveldb::kNoCompression;

Then a bit later :

  ldoptions.compression = leveldb::kNoCompression;

Files

Actions #1

Updated by Sylvain Munaut almost 11 years ago

Damnit, I've just noticed it was created in the wrong sub project and I can't move it ...

Actions #2

Updated by Yehuda Sadeh almost 11 years ago

  • Project changed from rgw to Ceph
Actions #3

Updated by Sage Weil almost 11 years ago

  • Category set to Monitor
  • Status changed from New to Resolved
Actions

Also available in: Atom PDF