]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/osd.h: declare osdmap after OSDSingletonState
authorSamuel Just <sjust@redhat.com>
Mon, 18 Mar 2024 23:26:36 +0000 (23:26 +0000)
committerSamuel Just <sjust@redhat.com>
Mon, 18 Mar 2024 23:26:36 +0000 (23:26 +0000)
commitb623594c44df1c7d75fa7a8d4e8b90f8829d249f
tree5f1b977b8ba148b10ac529898e77db72602f03ea
parentbed336a3e044e8da9d8137c03ed8f4d9406ad339
crimson/osd/osd.h: declare osdmap after OSDSingletonState

Otherwise, destructing the osdmap cached_map_t tries to manipulate
OSDSingletonState::osdmaps after it has already been destroyed.

Fixes: https://tracker.ceph.com/issues/64935
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/osd.h