Skip to content

Commit

Permalink
options: add cmpomap to osd_class_load_list
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Bodley <cbodley@redhat.com>
  • Loading branch information
cbodley committed Apr 13, 2020
1 parent 577f211 commit e1acaef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/options.cc
Expand Up @@ -3286,11 +3286,11 @@ std::vector<Option> get_global_options() {
.set_description(""),

Option("osd_class_load_list", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("cephfs hello journal lock log numops " "otp rbd refcount rgw rgw_gc timeindex user version cas")
.set_default("cephfs hello journal lock log numops " "otp rbd refcount rgw rgw_gc timeindex user version cas cmpomap")
.set_description(""),

Option("osd_class_default_list", Option::TYPE_STR, Option::LEVEL_ADVANCED)
.set_default("cephfs hello journal lock log numops " "otp rbd refcount rgw rgw_gc timeindex user version cas")
.set_default("cephfs hello journal lock log numops " "otp rbd refcount rgw rgw_gc timeindex user version cas cmpomap")
.set_description(""),

Option("osd_check_for_log_corruption", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
Expand Down

0 comments on commit e1acaef

Please sign in to comment.