]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: MDLog::_recovery_thread: handle the errors gracefully 52173/head
authorJos Collin <jcollin@redhat.com>
Fri, 23 Jun 2023 06:16:26 +0000 (11:46 +0530)
committerJos Collin <jcollin@redhat.com>
Thu, 13 Jul 2023 12:52:21 +0000 (18:22 +0530)
commitd562905dcfb5b8a45ce7042c543720ef8b0fa05b
tree702bdef4922e7912862c2bc0f3d22dc3ea3600b3
parent2bdb0aec997cd1269fd9de2c330721ef57e16a1a
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>
src/mds/MDLog.cc