]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Return error message instead of asserting 14469/head
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 12 Apr 2017 06:21:51 +0000 (16:21 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 13 Apr 2017 00:05:19 +0000 (10:05 +1000)
commit465ab063ad4ee2f705ac5a2c40195df3b92fe26b
treef15a942d10d022b65fed612a30445c6810d408dd
parent612f806c9d9a6b1a48b57eb3582f7b2d53b70cd0
mds: Return error message instead of asserting

For "session evict" admin socket command return an error message when we
receive an invalid/missing client_id parameter rather than asserting.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/mds/MDSRank.cc