Skip to content

Commit

Permalink
DAOS-13815 bio: fix typo in on_normal() (daos-stack#12522)
Browse files Browse the repository at this point in the history
Keep re-trigger reintegration when reint_reaction() returns 1.

Required-githooks: true

Signed-off-by: Niu Yawei <[email protected]>
  • Loading branch information
NiuYawei authored Jul 3, 2023
1 parent 0e5aff9 commit 048321d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bio/bio_recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ on_normal(struct bio_blobstore *bbs)
rc = ract_ops->reint_reaction(tgt_ids, tgt_cnt);
if (rc < 0)
D_ERROR("Reint reaction failed. "DF_RC"\n", DP_RC(rc));
else if (rc > 0)
D_DEBUG(DB_MGMT, "Reint reaction is in-progress.");
else
bdev->bb_trigger_reint = false;
}
Expand Down

0 comments on commit 048321d

Please sign in to comment.