]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
messages/MClientCaps: dump issue_seq for debugging
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 26 Jun 2024 16:28:42 +0000 (12:28 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 9 Jan 2025 19:40:53 +0000 (14:40 -0500)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 7766d3c72491030024c2aaecfc98f1f29a1c7e77)

src/messages/MClientCaps.h

index 96b2cb7d8b81ccf175f5cc0fe3238e09126d67a8..de7d68b9e061ecd097d203c1fb1e39c78ef6cab9 100644 (file)
@@ -181,7 +181,8 @@ public:
     out << "client_caps(" << ceph_cap_op_name(head.op)
        << " ino " << inodeno_t(head.ino)
        << " " << head.cap_id
-       << " seq " << head.seq;
+       << " seq " << head.seq
+       << " issue_seq " << head.issue_seq;
     if (get_tid())
       out << " tid " << get_tid();
     out << " caps=" << ccap_string(head.caps)