Skip to content

Commit

Permalink
DAOS-16572 rebuild: log
Browse files Browse the repository at this point in the history
Signed-off-by: Xuezhao Liu <xuezhao.liu@intel.com>
  • Loading branch information
liuxuezhao committed Sep 27, 2024
1 parent 9d4d6e7 commit a4610eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/object/srv_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -2352,8 +2352,8 @@ obj_inflight_io_check(struct ds_cont_child *child, uint32_t opc,
{
if (opc == DAOS_OBJ_RPC_ENUMERATE && flags & ORF_FOR_MIGRATION) {
if (child->sc_ec_agg_active) {
D_ERROR(DF_UUID" ec aggregate still active, rebuilding %d\n",
DP_UUID(child->sc_pool->spc_uuid),
D_ERROR(DF_CONT" ec aggregate still active, rebuilding %d\n",
DP_CONT(child->sc_pool->spc_uuid, child->sc_uuid),
child->sc_pool->spc_pool->sp_rebuilding);
return -DER_UPDATE_AGAIN;
}
Expand Down

0 comments on commit a4610eb

Please sign in to comment.