Skip to content

Commit

Permalink
DAOS-16637 test: debug
Browse files Browse the repository at this point in the history
Quick-Functional: true
Test-tag: test_ior_small

Required-githooks: true

Signed-off-by: Mohamad Chaarawi <[email protected]>
  • Loading branch information
mchaarawi committed Oct 8, 2024
1 parent 54c969f commit 2cf7e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/client/pydaos/pydaos_shim.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ static daos_handle_t eq;
/**
* Implementations of baseline shim functions
*/

static void
child_handler(void)
{
int rc;

D_INFO("CHILD REINIT\n");
rc = daos_reinit();
if (rc)
D_WARN("daos_reinit() failed in child process %d", rc);
Expand Down
6 changes: 3 additions & 3 deletions src/pool/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ pool_connect_cp(tse_task_t *task, void *data)
D_DEBUG(DB_MD, DF_UUID ": connected: cookie=" DF_X64 " hdl=" DF_UUID " master\n",
DP_UUID(tpriv->pool->dp_pool), arg->hdlp->cookie,
DP_UUID(tpriv->pool->dp_pool_hdl));

D_INFO("POOL CONNECT cookie="DF_X64", arg->hdlp->cookie\n");
warmup(tpriv->pool);
out:
pool_connect_in_get_cred(arg->rpc, &credp);
Expand Down Expand Up @@ -1233,7 +1233,7 @@ dc_pool_disconnect(tse_task_t *task)
D_DEBUG(DB_MD, DF_UUID": disconnecting: cookie="DF_X64" hdl="
DF_UUID" slave\n", DP_UUID(pool->dp_pool),
args->poh.cookie, DP_UUID(pool->dp_pool_hdl));

D_INFO("POOL DISCONNECT cookie="DF_X64", args->poh.cookie\n");
pl_map_disconnect(pool->dp_pool);
/* remove pool from hhash */
dc_pool_hdl_unlink(pool);
Expand Down Expand Up @@ -3670,7 +3670,7 @@ pool_mark_slave(struct d_hlink *link, void *arg)

pool = container_of(link, struct dc_pool, dp_hlink);
pool->dp_slave = 1;

D_INFO("POOL MARK SLAVE\n");
return 0;
}

Expand Down

0 comments on commit 2cf7e50

Please sign in to comment.