]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: bail out of backlog generation early if osd is stopping
authorSage Weil <sage@newdream.net>
Tue, 16 Jun 2009 18:50:45 +0000 (11:50 -0700)
committerSage Weil <sage@newdream.net>
Tue, 16 Jun 2009 18:50:45 +0000 (11:50 -0700)
commit52bee4b5a28dbc9d1f30e02921cb7d3dc9a7e5c3
tree153168a460b699d39d9f84c03feef7286f43e3b7
parentca1f545bac5ac2b3259d4583849a30955036eb2d
osd: bail out of backlog generation early if osd is stopping

Currently killing the osd can take a very long time if the backlog
is being built.  Fix that.
src/osd/PG.cc