]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: break potentially large transaction into pieces
authorSage Weil <sage@inktank.com>
Wed, 25 Jul 2012 23:35:09 +0000 (16:35 -0700)
committerSage Weil <sage@inktank.com>
Thu, 16 Aug 2012 20:33:29 +0000 (13:33 -0700)
commit8a4d563ee23b04e2e02cde141ab886d4250d4fd7
treec55093912e08e4d012c6cb9cf8fa7d29ee6dfa5f
parente908cb99582ae68fef5b80ae72d4e8715b9fea47
osd: break potentially large transaction into pieces

We do a similar trick elsewhere.  Control this via a tunable.  Eventually
we'll control the others (in a non-stable branch).

Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config_opts.h
src/osd/OSD.cc