]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
client: log unsafe operation count (for debugging)
authorVenky Shankar <vshankar@redhat.com>
Mon, 2 Jun 2025 05:04:46 +0000 (05:04 +0000)
committerVenky Shankar <vshankar@redhat.com>
Tue, 9 Sep 2025 04:37:48 +0000 (04:37 +0000)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/client/Client.cc

index 5e38ae702ec01cdbc881dc05d16ed14ccb5d78eb..27e81beccb523e2365d4338460f7dd5d0efe84eb 100644 (file)
@@ -12160,6 +12160,8 @@ void Client::C_nonblocking_fsync_state::advance()
       ldout(clnt->cct, 10) << "no metadata needs to commit" << dendl;
     }
 
+    ldout(clnt->cct, 10) << __func__ <<": in->unsafe_ops=" << in->unsafe_ops.size() << dendl;
+
     if (!syncdataonly && !in->unsafe_ops.empty()) {
       waitfor_safe = true;
       clnt->flush_mdlog_sync(in);