]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: send ops back to primary if replica is not readable
authorSage Weil <sage@redhat.com>
Tue, 23 Jul 2019 19:01:34 +0000 (14:01 -0500)
committerSage Weil <sage@redhat.com>
Thu, 26 Sep 2019 17:22:22 +0000 (12:22 -0500)
commitca80c3fc213f8c82b1805cb9d866caf6f167253a
treef9f21445a2a1838f214b1b4215cf2e15975ba6ef
parent1d0c6f53191348c91888d9585e40389d897496eb
osd: send ops back to primary if replica is not readable

This is the simplest strategy--much simpler than queueing them and
waking them up again later.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PeeringState.cc
src/osd/PrimaryLogPG.cc