]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: publish osdmap to OSDService before starting wq threads 21623/head
authorSage Weil <sage@redhat.com>
Tue, 24 Apr 2018 18:02:14 +0000 (13:02 -0500)
committerSage Weil <sage@redhat.com>
Tue, 24 Apr 2018 20:16:21 +0000 (15:16 -0500)
commitef3e5b1069c81f4e5b64e6119b467aeb7193e0b7
treef305ae6fb1456d93cb2dca4f1d38a26512fe842e
parent710b3160b13cb0db2595a870c9bb233b72465a03
osd: publish osdmap to OSDService before starting wq threads

The worker threads may request the map from the service (notably,
advance_pg() does this).

Fixes: http://tracker.ceph.com/issues/21977
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc