]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: handle ceph_assert on blacklisting 34435/head
authorMilind Changire <mchangir@redhat.com>
Tue, 3 Mar 2020 07:19:56 +0000 (12:49 +0530)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 10 Apr 2020 07:14:14 +0000 (07:14 +0000)
commitd08bb83588e948857fba8762cb9a11584442da95
tree4cd7e3d8f2b2b1fbff3b913d201d38d0b01f8b62
parentc7da604cb101cbe78a257a29498a98c69964e0a6
mds: handle ceph_assert on blacklisting

Add check to journaler to test for EBLACKLISTED error code and return it
back to MDS.

Fixes: https://tracker.ceph.com/issues/44132
Signed-off-by: Milind Changire <mchangir@redhat.com>
(cherry picked from commit 998bb611177da7c70c358335dc5d6609e7c5309d)
src/osdc/Journaler.cc