]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: In Active, don't transition to WantActingChange
authorSamuel Just <sam.just@inktank.com>
Thu, 23 Aug 2012 18:10:25 +0000 (11:10 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 4 Sep 2012 19:17:42 +0000 (12:17 -0700)
commit1db67c443d84dc5d1ff53cc820fdfd4a2128b680
treee4d1d9a51afc474a0e22aafa0c92d11696739592
parent46b86426e86c66fbec266837c635903c4281f8fc
PG: In Active, don't transition to WantActingChange

want_acting is filled in during recovery completion in
order to move the newly backfilled osd into its correct
place.  In this case, however, want_acting must contain
only members of acting and up.  Thus, we can be sure that
if any of them go down, we would restart peering anyway.
Thus, we need not transition to WaitActingChange, which
does not reflect that we continue to serve client operations
in the interim.

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