]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: chunk reads in Dumper 5120/head
authorJohn Spray <john.spray@redhat.com>
Wed, 3 Jun 2015 09:04:26 +0000 (10:04 +0100)
committerAbhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Wed, 1 Jul 2015 17:28:40 +0000 (22:58 +0530)
commit5ef08466abf1b3934fcad0a0ca46f3a4380d6dbd
tree371b8d211ef14d0bc34e62be6c405edd98549b71
parent72ecd522941156c8a7e5303531944b0735dcbeb8
tools: chunk reads in Dumper

Previously tried to read entire journal
into memory in one go, which was problematic
for large journals.

Fixes: #11746
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit e3ddcb894ad09326698999d42de0ce3feb69f28e)
src/tools/cephfs/Dumper.cc