Project

General

Profile

Cleanup #19318

Remove deprecated osd_compact_leveldb_on_mount option.

Added by Vikhyat Umrao about 7 years ago. Updated about 7 years ago.

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

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

- Remove deprecated osd_compact_leveldb_on_mount option.

$ grep -nr "osd_compact_leveldb_on_mount" *
src/common/config_opts.h:618:OPTION(osd_compact_leveldb_on_mount, OPT_BOOL, false)

- Now we have new option 'leveldb_compact_on_mount = true'.

$ grep -nr "leveldb_compact_on_mount" *
src/kv/LevelDBStore.cc:125:  if (g_conf->leveldb_compact_on_mount) {
src/common/config_opts.h:903:OPTION(leveldb_compact_on_mount, OPT_BOOL, false)

History

#1 Updated by Vikhyat Umrao about 7 years ago

  • Description updated (diff)

#2 Updated by Vikhyat Umrao about 7 years ago

This option was removed in commit id: 1a5dea72012a8818b076d6ca97b71bd6766fa903

#3 Updated by Vikhyat Umrao about 7 years ago

  • Status changed from In Progress to Fix Under Review

#4 Updated by Amit Kumar about 7 years ago

review done

#5 Updated by Kefu Chai about 7 years ago

  • Status changed from Fix Under Review to Resolved

Also available in: Atom PDF