]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix requeue of replay requests during activating 6036/head
authorSage Weil <sage@redhat.com>
Tue, 22 Sep 2015 17:57:37 +0000 (13:57 -0400)
committerSage Weil <sage@redhat.com>
Tue, 22 Sep 2015 18:00:06 +0000 (14:00 -0400)
commitd18cf51d9419819cdda3782b188b010969288911
tree065db15b00d816472f88c699f7fc954c13ed3dac
parent4b71a54606d3da4c900e2391271ac0fc2dbda521
osd: fix requeue of replay requests during activating

If the replay period expires while we are still in the activating
state, we can simply insert our list of requests at the front of
the waiting_for_active list.

Fixes: #13116
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h