]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/PoolReplayer.cc
update sources to v12.2.1
[ceph.git] / ceph / src / tools / rbd_mirror / PoolReplayer.cc
index 6c3b228dd58aa55a8e2e090ca42f44542a2f6810..8d03e878f16c80a3421c90742fdf31b363767a69 100644 (file)
@@ -513,10 +513,10 @@ void PoolReplayer::print_status(Formatter *f, stringstream *ss)
 
   f->dump_string("local_cluster_admin_socket",
                  reinterpret_cast<CephContext *>(m_local_io_ctx.cct())->_conf->
-                     admin_socket);
+                     get_val<std::string>("admin_socket"));
   f->dump_string("remote_cluster_admin_socket",
                  reinterpret_cast<CephContext *>(m_remote_io_ctx.cct())->_conf->
-                     admin_socket);
+                     get_val<std::string>("admin_socket"));
 
   f->open_object_section("sync_throttler");
   m_instance_watcher->print_sync_status(f, ss);