]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: ignore OSDMap messages while we are initializing
authorSage Weil <sage@inktank.com>
Sun, 5 Jan 2014 06:40:43 +0000 (22:40 -0800)
committerSage Weil <sage@inktank.com>
Sun, 5 Jan 2014 06:44:56 +0000 (22:44 -0800)
commitf68de9f352d53e431b1108774e4a23adb003fe3f
tree23cb182e826dc1f08787cfff032f3d39698c3191
parent35da8f9d80e0c6c33fb6c6e00f0bf38f1eb87d0e
osd: ignore OSDMap messages while we are initializing

The mon may occasionally send OSDMap messages to random OSDs, but is not
very descriminating in that we may not have authenticated yet.  Ignore any
messages if that is the case; we will reqeust whatever we need during the
BOOTING state.

Fixes: #7093
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/OSD.cc