]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: MDLog::_recovery_thread: handle the errors gracefully 52513/head
authorJos Collin <jcollin@redhat.com>
Fri, 23 Jun 2023 06:16:26 +0000 (11:46 +0530)
committerJos Collin <jcollin@redhat.com>
Wed, 26 Jul 2023 09:59:13 +0000 (15:29 +0530)
commitc9ec50a3ead622b033cc2f8d2a9f9575bd1517a9
tree817414b87155837c3ec07cbe068adaeabbcff6bf
parent918a69198d4d86531ab6b532ff862d8b5ec1f4ac
mds: MDLog::_recovery_thread: handle the errors gracefully

A write fails if the MDS is already blocklisted due to the 'fs fail' issued by the qa tests.
Handle those write failures gracefully, even when the MDS is stopping.

Fixes: https://tracker.ceph.com/issues/61201
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit d562905dcfb5b8a45ce7042c543720ef8b0fa05b)
src/mds/MDLog.cc