]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: always remove booting osds from down_pending_out
authorSage Weil <sage@newdream.net>
Tue, 24 Apr 2012 22:28:36 +0000 (15:28 -0700)
committerSage Weil <sage@newdream.net>
Tue, 24 Apr 2012 22:28:36 +0000 (15:28 -0700)
commit9ff535ad2cadb16d13cb35a60822eea911c9d95e
tree830cfa89a681102e4bfe5491c7bb8205ef1c89d6
parentaddfb2c6700cc368667ed015838966dde524ccf8
mon: always remove booting osds from down_pending_out

The down_pending_out tracks OSDs that are down that we may want to
auto-mark out.  If an osd boots, it should be removed from this list
because it is no longer down; it doesn't matter whether it is marked in
or not.

Signed-off-by: Sage Weil <sage@newdream.net>
src/mon/OSDMonitor.cc