]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: use after move ack error in QuiesceAgent::agent_thread_main 65886/head
authorEdwin Rodriguez <edwin.rodriguez1@ibm.com>
Wed, 8 Oct 2025 16:26:16 +0000 (12:26 -0400)
committerEdwin Rodriguez <edwin.rodriguez1@ibm.com>
Mon, 13 Oct 2025 12:39:45 +0000 (08:39 -0400)
Fixes: https://tracker.ceph.com/issues/73432
Signed-off-by: Edwin Rodriguez <edwin.rodriguez1@ibm.com>
src/mds/QuiesceAgent.cc

index c65caffa1d3be3c2b6d32700f2c27b5692fa6036..b07fb620827df42f2c09bc93631a759df1be87bd 100644 (file)
@@ -176,7 +176,7 @@ void* QuiesceAgent::agent_thread_main() {
       dout(20) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version: " << ack << dendl;
       int rc = quiesce_control.agent_ack(std::move(ack));
       if (rc != 0) {
-        dout(3) << "got error: " << rc << " trying to send " << ack << dendl;
+        dout(3) << "asynchronous ack for " << (new_version ? "a new" : "the current") << " version got error: " << rc << dendl;
       }
     }
     old.clear();