]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: MDLog::_recovery_thread: handle the errors gracefully 52514/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 04:32:21 +0000 (10:02 +0530)
commit363d89fc89195ec31a346ec3895f727cb3093aa8
treed0c754722ed6ebf141c216cb8bb739891e10b1f4
parentbe86c40b7a1f991f197ba343409d4a4d4e129d1a
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