]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/config_opts.h: Remove deprecated osd_compact_leveldb_on_mount option. 14059/head
authorVikhyat Umrao <vumrao@redhat.com>
Tue, 21 Mar 2017 04:23:29 +0000 (09:53 +0530)
committerVikhyat Umrao <vumrao@redhat.com>
Tue, 21 Mar 2017 04:23:29 +0000 (09:53 +0530)
This option was removed in commit 1a5dea72012a8818b076d6ca97b71bd6766fa903.

Fixes: http://tracker.ceph.com/issues/19318
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
src/common/config_opts.h

index 58ab4dff17620fe61d2e30d2b7021618944aadf3..7a639b99ab1b6912ac3f4b32fcf5b0f8177d31fc 100644 (file)
@@ -615,9 +615,6 @@ OPTION(mds_damage_table_max_entries, OPT_INT, 10000)
 // verify backend can support configured max object name length
 OPTION(osd_check_max_object_name_len_on_startup, OPT_BOOL, true)
 
-// If true, compact leveldb store on mount
-OPTION(osd_compact_leveldb_on_mount, OPT_BOOL, false)
-
 // Maximum number of backfills to or from a single osd
 OPTION(osd_max_backfills, OPT_U64, 1)