Skip to content

Commit

Permalink
add useratpool in server logs in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-stfc authored Dec 16, 2024
1 parent 0a101bd commit e8d9f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdCeph/XrdCephPosix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ int checkAndCreateStriper(unsigned int cephPoolIdx, std::string &userAtPool, con
}
int rc = g_cluster[cephPoolIdx]->ioctx_create(file.pool.c_str(), *ioctx);
if (rc != 0) {
logwrapper((char*)"checkAndCreateStriper : ioctx_create failed, user@pool = %s", userAtPool);
logwrapper((char*)"checkAndCreateStriper : ioctx_create failed, rc = %d", rc);
cluster->shutdown();
delete cluster;
Expand Down

0 comments on commit e8d9f6a

Please sign in to comment.