]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG::choose_acting: let the pg go down if acting is smaller than min_size 2520/head
authorSamuel Just <sam.just@inktank.com>
Wed, 17 Sep 2014 03:36:51 +0000 (20:36 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 17 Sep 2014 03:37:53 +0000 (20:37 -0700)
commit92cfd370395385ca5537b5bc72220934c9f09026
tree5328beb0644d6e92c7844eb8e2960d38d7603136
parentb78644e7dee100e48dfeca32c9270a6b210d3003
PG::choose_acting: let the pg go down if acting is smaller than min_size

Even if the backfill peer would bring us up to min_size, we can't go
active since build_prior will not consider the interval maybe_went_rw.

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