From: Sage Weil Date: Tue, 30 Oct 2018 21:30:05 +0000 (-0500) Subject: osd/osd_types: fix notify-ack string rendering X-Git-Tag: v14.1.0~949^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24843%2Fhead;p=ceph.git osd/osd_types: fix notify-ack string rendering The notify id argument is encoded, not in the args structure (sadly). Signed-off-by: Sage Weil --- diff --git a/src/osd/osd_types.cc b/src/osd/osd_types.cc index 5f01abf30e2..7c65e3f85fa 100644 --- a/src/osd/osd_types.cc +++ b/src/osd/osd_types.cc @@ -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: