]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/osd_types: fix notify-ack string rendering
authorSage Weil <sage@redhat.com>
Tue, 30 Oct 2018 21:30:05 +0000 (16:30 -0500)
committerSage Weil <sage@redhat.com>
Tue, 30 Oct 2018 21:30:05 +0000 (16:30 -0500)
The notify id argument is encoded, not in the args structure (sadly).

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/osd_types.cc

index 5f01abf30e2ddfca88989a68aeded5f6994a7523..7c65e3f85fac220363861550a9a0340ec392b61e 100644 (file)
@@ -6021,7 +6021,6 @@ ostream& operator<<(ostream& out, const OSDOp& op)
        out << " gen " << op.op.watch.gen;
       break;
     case CEPH_OSD_OP_NOTIFY:
-    case CEPH_OSD_OP_NOTIFY_ACK:
       out << " cookie " << op.op.notify.cookie;
       break;
     case CEPH_OSD_OP_COPY_GET: