]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: do not expect FULL_TRY ops to get resent 14732/head
authorSage Weil <sage@redhat.com>
Thu, 30 Mar 2017 17:50:41 +0000 (13:50 -0400)
committerNathan Cutler <ncutler@suse.com>
Mon, 3 Jul 2017 10:19:28 +0000 (12:19 +0200)
commite76725f4e9fb4a6cd7c76480d0313a8e0264eb73
treebf0799e63ecbb0ff3de8362ad9a04bd1d4fb1983
parentf31033cb5bc7764b44871c15717aed5a34921881
osd/PrimaryLogPG: do not expect FULL_TRY ops to get resent

The objecter will not resend FULL_TRY requests that were sent prior to
becoming full, so we should not discard them.

Fixes: http://tracker.ceph.com/issues/19430
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 3f7acdbc9a942fd18937dbcf07fbc7b752c50ba3)
src/osd/PrimaryLogPG.cc