Skip to content

Commit

Permalink
DAOS-14011 rebuild: test no discard
Browse files Browse the repository at this point in the history
Features: rebuild
Allow-test-unstable: true
Skip-nlt: true

Required-githooks: true

Signed-off-by: Xuezhao Liu <[email protected]>
  • Loading branch information
liuxuezhao committed Dec 17, 2024
1 parent 10053d4 commit 6c85b2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pool/srv_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -7367,6 +7367,9 @@ pool_discard(crt_context_t ctx, struct pool_svc *svc, struct pool_target_addr_li
int i;
int rc;

D_INFO("disable discard in reint\n");
return 0;

rank_list = d_rank_list_alloc(list->pta_number);
if (rank_list == NULL)
D_GOTO(out, rc = -DER_NOMEM);
Expand Down

0 comments on commit 6c85b2c

Please sign in to comment.