From ccd6333934aa5edb65fdc6b10d8768511fb61f52 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 30 Oct 2018 16:30:05 -0500 Subject: [PATCH] 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 --- src/osd/osd_types.cc | 1 - 1 file changed, 1 deletion(-) 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: -- 2.39.5