]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: s/applying repop/canceling repop/
authorSage Weil <sage@inktank.com>
Tue, 8 Jul 2014 23:11:44 +0000 (16:11 -0700)
committerSage Weil <sage@inktank.com>
Tue, 8 Jul 2014 23:12:25 +0000 (16:12 -0700)
commitef40737eee4389faa7792661a0f9d15b3d0440f2
tree0593f0dff5da47935bc7b5ab834553a6bb7e7ade
parentcafceae6c243369d3616af8217884e7e029896b9
osd: s/applying repop/canceling repop/

The 'applying' language dates back to when we would wait for acks from
replicas before applying writes locally.  We don't do any of that any more;
now, this loop just cancels the repops with remove_repop() and some other
cleanup.

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