]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PrimaryLogPG: do not expect FULL_TRY ops to get resent 14255/head
authorSage Weil <sage@redhat.com>
Thu, 30 Mar 2017 17:50:41 +0000 (13:50 -0400)
committerSage Weil <sage@redhat.com>
Thu, 30 Mar 2017 17:50:41 +0000 (13:50 -0400)
commit3f7acdbc9a942fd18937dbcf07fbc7b752c50ba3
treece19e493efccc96a15283dd1b4ec40e5cd16e5db
parent0008a1a51dd84985b9537ff8abed2562165fd89a
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>
src/osd/PrimaryLogPG.cc