]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PG: break waiting_for_peered out of waiting_for_active
authorSamuel Just <sam.just@inktank.com>
Wed, 29 Oct 2014 21:10:13 +0000 (14:10 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 30 Jan 2015 19:45:37 +0000 (11:45 -0800)
commit63e5f578f8da629a3b0b2ac101e9469de25a17c1
tree51c8a3782d5eb7e164bb5c9810de182f706d0f67
parent96c3af83b14702351df3c7b2a339a42e8731a6be
PG: break waiting_for_peered out of waiting_for_active

waiting_for_peered now holds ops until peering completes (activation,
not necessarily state active).  waiting_for_active now holds
specifically MOSDOp blocked on:
- scrub
- replay
- state active

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.cc
src/osd/PG.h
src/osd/ReplicatedPG.cc