]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: avoid querying missing set from (full) backfill target
authorSage Weil <sage@newdream.net>
Wed, 4 Jan 2012 20:32:10 +0000 (12:32 -0800)
committerSage Weil <sage@newdream.net>
Wed, 4 Jan 2012 23:56:48 +0000 (15:56 -0800)
commit3166b373b9966fcdf4753a25f4a2cef4b5dd3c63
tree737e2bf133c737c88b6246bdc6243d8f15d657d9
parentd3395335bf49e016b0bb34e7da97d9e6e17b21b6
osd: avoid querying missing set from (full) backfill target

If we are doing a complete backfill, we don't care about missing; it will
clearly all be below last_backfill anwyay and get ignored.

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