]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #65527 from chanyoung/fix-coll-refs
authorMatan Breizman <mbreizma@redhat.com>
Sun, 21 Sep 2025 06:57:31 +0000 (09:57 +0300)
committerGitHub <noreply@github.com>
Sun, 21 Sep 2025 06:57:31 +0000 (09:57 +0300)
crimson/.../store-bench: fix coll_refs index error

Reviewed-by: Matan Breizman <mbreizma@redhat.com>
1  2 
src/crimson/tools/store_bench/store-bench.cc

index 1312cbcb453a62b67e3c987a48b163e66f46b56f,56d60bd31a263d25afbd37dd2a8b9d01e20e8446..700e30822786d36c394f1efbeddee508f41004bc
@@@ -786,11 -788,12 +788,11 @@@ int main(int argc, char **argv) 
         */
      ("store-path", po::value<std::string>(&store_path)->required(),
       "path to store, <store-path>/block should "
 -     "be a symlink to the target device for bluestore or seastore")(
 -       "debug", po::value<bool>(&debug)->default_value(false),
 -       "enable debugging")
 +     "be a symlink to the target device for bluestore or seastore")
 +    ("debug", po::bool_switch(&debug), "enable debugging")
      ("work-load-type",
       po::value<std::string>(&work_load_type)->required(),
-      "work load type: pg_log or rgw_index")
+      "work load type: pg_log, rgw_index or random_write")
      ("smp", po::value<unsigned>(&smp),
       "number of reactors");