]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: remove cache drop asok command
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 23 Jan 2019 02:26:38 +0000 (18:26 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 23 Jan 2019 14:48:58 +0000 (06:48 -0800)
commit7fa1e3c37f8c7fb709ae9e070a3154a7084c0584
treebf0a6be0391d43c48c95559f767e0a6667da21a3
parentd4c4082ccaa742600e93243d6e025b4ed0148cc2
mds: remove cache drop asok command

`cache drop` is a long running command that will block the asok interface
(while the tell version does not). Attempting to abort the command with ^C or
equivalents will simply cause the `ceph` command to exit but won't stop the
asok command handler from waiting for the cache drop operation to complete.

Instead, just allow the tell version.

Fixes: http://tracker.ceph.com/issues/38020
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
PendingReleaseNotes
qa/tasks/cephfs/test_misc.py
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc