]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: MDLog::_recovery_thread: handle the errors gracefully 52512/head
authorJos Collin <jcollin@redhat.com>
Fri, 23 Jun 2023 06:16:26 +0000 (11:46 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 18 Jul 2023 10:59:19 +0000 (16:29 +0530)
commit285431d734f9b40cdadf38ca89a0a1341ff2ed01
tree961a448ecc01e7bd621c5f0b035c435175849001
parent042cd51a2f0b8926363c2237e303a8df25c73519
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