]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: handle ceph_assert on blacklisting 33662/head
authorMilind Changire <mchangir@redhat.com>
Tue, 3 Mar 2020 07:19:56 +0000 (12:49 +0530)
committerMilind Changire <mchangir@redhat.com>
Tue, 3 Mar 2020 07:19:56 +0000 (12:49 +0530)
commit998bb611177da7c70c358335dc5d6609e7c5309d
treedcbf04a3ebf3bf2030e387c48949eda864966b6f
parent99923e8e7b8874ba5afbcc295c5d95c8099a7385
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>
src/osdc/Journaler.cc