From: Greg Farnum Date: Thu, 2 Oct 2014 22:20:42 +0000 (-0700) Subject: MDRequest: dump internal op names as well as IDs X-Git-Tag: v0.89~50^2~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=adee21bfa3b57835468a81430637dcc2ef43e7cc;p=ceph.git MDRequest: dump internal op names as well as IDs Signed-off-by: Greg Farnum --- diff --git a/src/mds/Mutation.cc b/src/mds/Mutation.cc index 2f8954c7aea8..2570f278f8ce 100644 --- a/src/mds/Mutation.cc +++ b/src/mds/Mutation.cc @@ -327,6 +327,7 @@ void MDRequestImpl::_dump(utime_t now, Formatter *f) const assert(internal_op != -1); f->dump_string("op_type", "internal_op"); f->dump_int("internal_op", internal_op); + f->dump_string("op_name", ceph_mds_op_name(internal_op)); } } {