]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: add dump_blocked_ops asok command.
authorJianpeng Ma <jianpeng.ma@intel.com>
Fri, 17 Jul 2015 02:44:06 +0000 (10:44 +0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 23 Nov 2016 22:12:51 +0000 (14:12 -0800)
commit3e00ee5cfb0769e9b1c0e0a7540d0b14be880fed
treec336564b31206d3a8b1d6dff109dc5ffd84ec57a
parent656d0c9f307c1b3db072282be46decd72bc88810
osd: add dump_blocked_ops asok command.

From ceph health we can see there are blocked ops and from 'ceph health
detai' we can see which osd has blocked ops. Later we only in log of osd
to see the detail message of blocked ops.
Now via asok dump blocked ops.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit cf4e8c655c4a0e6c367c88338cd6e51a3474fa2f)

Conflicts:
src/common/TrackedOp.h (trivial)
src/common/TrackedOp.cc
src/common/TrackedOp.h
src/osd/OSD.cc