]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: allow reads to proxy etc even if blocked
authorSage Weil <sage@redhat.com>
Tue, 9 Dec 2014 01:57:13 +0000 (17:57 -0800)
committerSage Weil <sage@redhat.com>
Sun, 11 Jan 2015 04:35:30 +0000 (20:35 -0800)
commit759db93f16a8538c0e3b1d4f16632b7ee77d3ff7
tree0b73d730000e7ca63335142c78edb4e14ecd7f37
parentce14310c8a9397fe811c7744f902605f0305a7b0
osd/ReplicatedPG: allow reads to proxy etc even if blocked

If we are not write ordered, continue with cache checks so that we can
(among other things) proxy reads while promoting.

Note that this may reorder reads for clients, but we've decided that's okay.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc