]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: Cope with failures during creation
authorJohn Spray <john.spray@inktank.com>
Fri, 21 Feb 2014 16:18:13 +0000 (16:18 +0000)
committerJohn Spray <john.spray@inktank.com>
Fri, 21 Feb 2014 16:22:56 +0000 (16:22 +0000)
commit0ebb1f83db34f7dbf9e4c8203d7723f3a7532ed3
tree064f7e2011273f61c4c3882c0784f55e7fc43b56
parentc5c7f6c8e8643c57f92cf7048a9beec080a59fbe
mon/MDSMonitor: Cope with failures during creation

Previously an MDS which failed in state CREATING could be
assigned the sequence BOOT->STANDBY->REPLAY at its next
startup, which fails to re-try the creation.

Fixes: #7485
Signed-off-by: John Spray <john.spray@inktank.com>
src/mon/MDSMonitor.cc