]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/NewStore: combine contiguous overlays when writing all the overlays
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Mon, 27 Apr 2015 08:15:26 +0000 (16:15 +0800)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:40 +0000 (13:39 -0400)
commit793dcc396c055bbe4ce396cdef911c7a5583a3b1
treeed5a595267f5826c60555cdfda3ae3bc58db91f3
parent29ba720885a3ee69577ddd3c3ce4cd273505726b
os/NewStore: combine contiguous overlays when writing all the overlays

Combine contiguous overlay writes to reduce the numbers of WAL writes
and fs writes.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/os/newstore/NewStore.cc