]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: rework metadata log sync to use async capabilities
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 16 Jul 2015 23:44:39 +0000 (16:44 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 9 Feb 2016 20:58:58 +0000 (12:58 -0800)
commitc3206b9b1ccb8259ba676ec9d1c2b058ccf655ad
treed82b7718d2fb59a76e4a8a7f30094d5b8c25bfa8
parent66c1e52b4616a85c5e842abc228c70715c0e5971
rgw: rework metadata log sync to use async capabilities

We now have a window of operations. The next step will be to
asynchronously write to the local mdlog, so that we don't
just hold the work on a synchronous request.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_sync.cc
src/rgw/rgw_sync.h [new file with mode: 0644]