]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: only set split child last_backfill if within PG range
authorSage Weil <sage@redhat.com>
Mon, 8 Feb 2016 19:22:04 +0000 (14:22 -0500)
committerSage Weil <sage@redhat.com>
Thu, 10 Mar 2016 21:36:08 +0000 (16:36 -0500)
commit6524f8bb4a43ce2cd1b4e06e384de0bc522e2dc1
tree8f9e0173b5f33d7ce3ed51f484824120319b811e
parent740c52d65687a49b7956b17e9e88f513da4e68c2
osd/PG: only set split child last_backfill if within PG range

If last_backfill is within the parent's PG range, set teh child to MIN.
If it's in the child's, the parent is done.

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