]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/options: update description for bluefs_log_replay_check_allocations
authorIgor Fedotov <ifedotov@suse.com>
Mon, 18 Nov 2019 09:46:46 +0000 (12:46 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Mon, 18 Nov 2019 10:07:43 +0000 (13:07 +0300)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/common/options.cc

index b4c8c28b4f8871a9808e6b2636a22f4d886f5f4b..79c12129e70763ec498350f9c5a4cdd006db4de9 100644 (file)
@@ -3975,7 +3975,7 @@ std::vector<Option> get_global_options() {
 
     Option("bluefs_log_replay_check_allocations", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
       .set_default(true)
-      .set_description("Enables space allocations checking during log replay"),
+      .set_description("Enables checks for allocations consistency during log replay"),
 
     Option("bluestore_bluefs", Option::TYPE_BOOL, Option::LEVEL_DEV)
     .set_default(true)