]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/options: add otp to default osd class load list 19283/head
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 5 Apr 2018 02:23:08 +0000 (19:23 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 Apr 2018 14:02:17 +0000 (07:02 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/common/options.cc

index be2c98333d4ac4b5c61236c9c7b870e6b9ed933b..fb6914d0dda679f3ede491af561ccdb15c1d0ac4 100644 (file)
@@ -3100,11 +3100,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 " "rbd refcount replica_log rgw statelog timeindex user version")
+    .set_default("cephfs hello journal lock log numops " "otp rbd refcount replica_log rgw statelog timeindex user version")
     .set_description(""),
 
     Option("osd_class_default_list", Option::TYPE_STR, Option::LEVEL_ADVANCED)
-    .set_default("cephfs hello journal lock log numops " "rbd refcount replica_log rgw statelog timeindex user version")
+    .set_default("cephfs hello journal lock log numops " "otp rbd refcount replica_log rgw statelog timeindex user version")
     .set_description(""),
 
     Option("osd_check_for_log_corruption", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)