]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix bad is_active() assert in share_map() 1882/head
authorSage Weil <sage@inktank.com>
Thu, 29 May 2014 18:10:18 +0000 (11:10 -0700)
committerSage Weil <sage@inktank.com>
Thu, 29 May 2014 18:10:18 +0000 (11:10 -0700)
commitf1b890ecb3515bdd3e87ed67dd810e632013e42a
tree012470ea3af8e40ea3942c988c90383cfb6b113f
parente54f5e3ab87c3b56c1478cda5e74c12867f0dea7
osd: fix bad is_active() assert in share_map()

We may be is_stopping() here if we are racing with shutdown().

Fixes: #8465
Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/OSD.cc