ceph_pthread_setname(("wr-worker-" + std::to_string(thread_id)).c_str());
auto duration_limit = std::chrono::seconds(config.duration);
+ ceph_pthread_setname(("wr-worker-" + std::to_string(thread_id)).c_str());
if (config.per_thread_mount) {
if (int rc = setup_mount(&cmount, config, ss); rc < 0) {
ss << "Thread " << thread_id << " mount failed: " << strerror(-rc) << std::endl;
struct ceph_mount_info *cmount = shared_cmount;
ceph_pthread_setname(("rd-worker-" + std::to_string(thread_id)).c_str());
auto duration_limit = std::chrono::seconds(config.duration);
+ ceph_pthread_setname(("rd-worker-" + std::to_string(thread_id)).c_str());
if (config.per_thread_mount) {
if (int rc = setup_mount(&cmount, config, ss); rc < 0) {