]> git-server-git.apps.pok.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>
Mon, 19 May 2014 20:54:03 +0000 (13:54 -0700)
commit268df4862d95bf506ef6f594fdfa8294671babc3
treedc9ae649a97fcc6c33938ba86256d2fd62031048
parent8bc4992f434ed0b180d5e4a293d8191f4846358c
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>
(cherry picked from commit 45e79a17a932192995f8328ae9f6e8a2a6348d10)
src/include/ceph_features.h
src/osd/PG.cc