]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #31255 into master
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Dec 2019 05:07:32 +0000 (21:07 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 13 Dec 2019 05:07:32 +0000 (21:07 -0800)
commitd8c0bde04b88cb3ad96855bd0948ae10072c9da7
tree03aa78ba053f20c8d7e176a4eebbd7cdaa414bff
parent707822abdd7e358fed0b245a642bb9080c9c5fcb
parent63f57ded6cdd0b5bc2f612290f1ec0677c4a8a9c
Merge PR #31255 into master

* refs/pull/31255/head:
mds/MDSDaemon: make con disposable before passing message to asok
mds/SessionMap: interpret bare id as a valid filter
mds: get rid of unused send_command_reply helpers
mds: remove old handle_command machinery
mds/MDSRank: remove C_ExecAndReply helpers
mds/MDSRank: too many words about op_tracker
mds: convert 'cache drop'
mds: convert 'damage ls' and 'damage rm'
mds: convert '{session,client} config'
mds: convert 'scrub {start,abort,pause,resume,status}'
mds: convert 'session ls' and 'client ls'
mds: convert 'session evict' and 'session kill'
mds: convert 'heap' and 'cpu_profiler'
mds: convert 'exit', 'respawn'
mds/MDSDaemon: remove old duplicated tell commands
mds: send tell commands to asok infrastructure
common/admin_socket: switch tell queue to cref_t (from ref_t)
mds: switch asok calls over to call_async interface

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
src/common/admin_socket.cc
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc
src/mds/MDSRank.h
src/mds/SessionMap.cc