]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix getting osd maps on initial osd startup 22651/head
authorPaul Emmerich <paul.emmerich@croit.io>
Fri, 15 Jun 2018 22:45:26 +0000 (00:45 +0200)
committerSage Weil <sage@redhat.com>
Wed, 20 Jun 2018 20:08:43 +0000 (15:08 -0500)
commitc5534eb689ccf594445577964e72fb109b42c017
treee31693d8e6123b0a29fc86165290d471fbacc3e0
parent2dbf090c1db9bc778d17fdfddd5d18ff9976b25a
osd: fix getting osd maps on initial osd startup

Commit 89d0c357964ff28b83ac541c4d946f712a7bee47 introduced a check for
deleted pools that relies on getting an older osd map that might not be
available in some situations on OSDs starting up for the very first
time.

fixes https://tracker.ceph.com/issues/24423

Signed-off-by: Paul Emmerich <paul.emmerich@croit.io>
(cherry picked from commit 02180f644094d520d5763afa0e76403591a90b9b)
src/osd/OSD.cc