]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Add path filtering for dump cache 9925/head
authorDouglas Fuller <dfuller@redhat.com>
Fri, 17 Jun 2016 20:13:14 +0000 (13:13 -0700)
committerDouglas Fuller <dfuller@redhat.com>
Tue, 28 Jun 2016 19:21:49 +0000 (12:21 -0700)
commitd3c591ac5b77f24c7e5f85df3f69fe42c3eb324c
treef5e8523963734d4bf0540510fb73cce992e38bd9
parent0862f92bd1ec4ff5566801905f4c2e3d072dee83
mds: Add path filtering for dump cache

Add a new admin socket command, dump below, to filter
cache dumps by path. An optional integer depth parameter
limits the depth below the specified path.

Fixes: http://tracker.ceph.com/issues/11171
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc