]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD: use the async workqueue to send OSDMap updates on dropped ops
authorGreg Farnum <greg@inktank.com>
Tue, 25 Mar 2014 03:42:19 +0000 (20:42 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 5 May 2014 22:29:19 +0000 (15:29 -0700)
commitebdc097047e26422833dd16e757779de4b6c308e
tree9b209b1d5466a8d801888a1178cf5ba27855eede
parent6c98e36f89fb9613bde86892d783b30c817e09dd
OSD: use the async workqueue to send OSDMap updates on dropped ops

Check whether we actually want to send a map in-line, and if we do, create
a GenContext which does so and put that in the op_gen_wq.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/osd/OSD.cc