]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: discard client ops sent before last_force_op_resend
authorSage Weil <sage@inktank.com>
Thu, 8 May 2014 17:50:51 +0000 (10:50 -0700)
committerSage Weil <sage@inktank.com>
Sat, 10 May 2014 16:12:26 +0000 (09:12 -0700)
commit45e79a17a932192995f8328ae9f6e8a2a6348d10
tree6d7d8aebecb7acc66678c98b67914aa7d6a86f94
parentdd700bdf7115223cb3e517b851f462d75dd76a2b
osd: discard client ops sent before last_force_op_resend

If an op is sent before last_force_op_resend, and the client's feature is
present, drop the op because we know they will resend.

Signed-off-by: Sage Weil <sage@inktank.com>
src/include/ceph_features.h
src/osd/PG.cc