]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: add rados CACHE mode (different from RD and WR)
authorSage Weil <sage@inktank.com>
Fri, 27 Dec 2013 19:15:19 +0000 (11:15 -0800)
committerSage Weil <sage@inktank.com>
Tue, 14 Jan 2014 00:19:42 +0000 (16:19 -0800)
commit90e352ca73111b429b044747b01e46aac5e66c59
tree85dde6188efaaacbb847d0e56c1dadf3f825d0a8
parent1f4350e212501b3203fab7fabdba9135ccbebf1a
osd: add rados CACHE mode (different from RD and WR)

It is useful to distinguish cache operations from read and modify
operations.  Specifically, we will allow cache ops to be sent for
snaps and also allow those ops to result in a write.

Signed-off-by: Sage Weil <sage@inktank.com>
src/include/rados.h
src/osd/OSD.cc
src/osd/OpRequest.cc
src/osd/OpRequest.h
src/osd/PG.cc
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h
src/osd/osd_types.h