From: Sage Weil Date: Tue, 20 Dec 2016 16:11:25 +0000 (-0500) Subject: osd/osd_types: print notify-ack op properly X-Git-Tag: v12.0.0~378^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12585%2Fhead;p=ceph.git osd/osd_types: print notify-ack op properly Not like "[notify-ack 0~0]"! Signed-off-by: Sage Weil --- diff --git a/src/osd/osd_types.cc b/src/osd/osd_types.cc index 410af4457ebb..3780d73b6054 100644 --- a/src/osd/osd_types.cc +++ b/src/osd/osd_types.cc @@ -5313,6 +5313,7 @@ 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: