]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: check if down mds is known 11611/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 22 Oct 2016 22:47:03 +0000 (18:47 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Sat, 22 Oct 2016 22:47:03 +0000 (18:47 -0400)
commit99a21133cd3133088e3977d46aab7120524eb350
treebd4b09a25f4622f942920321febf35a77271b4e2
parent3eec78e5f104af71139f2c44a7b2432484cc48d4
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>
src/mds/MDSRank.cc