]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: do not try to boot until we've seen the first osdmap 15732/head
authorSage Weil <sage@redhat.com>
Fri, 16 Jun 2017 16:59:39 +0000 (12:59 -0400)
committerSage Weil <sage@redhat.com>
Fri, 16 Jun 2017 16:59:39 +0000 (12:59 -0400)
commitb92fe4ee9477485b0b1ca16d02a64c3eb40cf38f
tree4c3ead5787eda58e98247afd8b7db8c28380f1a6
parentb8e37dd55ab987731d5d9a6a3bac0b07428ec890
osd: do not try to boot until we've seen the first osdmap

This is actually not a change in behavior *except* we see this message
instead of

2017-06-15 18:05:29.760938 24a7f700 -1 osd.1 0 osdmap SORTBITWISE OSDMap flag is NOT set; please set it

because the OSDMap() epoch 0 does not have SORTBITWISE.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc