Skip to content

Commit

Permalink
make index using fast device
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Jun 13, 2024
1 parent bc9d538 commit b10f962
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/test_common/homestore_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,8 @@ class HSTestHelper {
.chunk_sel_type = svc_params[HS_SERVICE::DATA].custom_chunk_selector
? chunk_selector_type_t::CUSTOM
: chunk_selector_type_t::ROUND_ROBIN}},
{HS_SERVICE::INDEX, {.size_pct = svc_params[HS_SERVICE::INDEX].size_pct}},
{HS_SERVICE::INDEX,
{.dev_type = homestore::HSDevType::Fast, .size_pct = svc_params[HS_SERVICE::INDEX].size_pct}},
{HS_SERVICE::REPLICATION,
{.size_pct = svc_params[HS_SERVICE::REPLICATION].size_pct,
.alloc_type = svc_params[HS_SERVICE::REPLICATION].blkalloc_type,
Expand Down

0 comments on commit b10f962

Please sign in to comment.