]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: check if down mds is known 11857/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 22 Oct 2016 22:47:03 +0000 (18:47 -0400)
committerLoic Dachary <ldachary@redhat.com>
Wed, 9 Nov 2016 12:58:06 +0000 (13:58 +0100)
commit54d6c1dd1c5a7ea2d34f0c0986d9b422a67b6f2d
tree5183bc6a569a16d393f36c8f88aeac77b6413355
parent0c38c464fff2280a6345b470f1c83aa6229776cc
mds: check if down mds is known

This avoids an assertion failure where an MDS receives an mdsmap that
causes it to enter up:replay and also see another MDS go down.

Fixes: http://tracker.ceph.com/issues/17670
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 99a21133cd3133088e3977d46aab7120524eb350)
src/mds/MDSRank.cc