]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: don't count SNAPDIR as a clone during backfill
authorSage Weil <sage.weil@dreamhost.com>
Mon, 20 Feb 2012 17:40:03 +0000 (09:40 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 20 Feb 2012 17:40:03 +0000 (09:40 -0800)
commit76cc71b24e16f8c934f4f03aaa9167ff18776fa5
tree0462288976c0f10867f2c8170554e6abf0891ca1
parentd74e0294061c49aba57f1bd06e26e683297b2be5
osd: don't count SNAPDIR as a clone during backfill

When we are backfilling, we add in objects as we push them.  Do not count
the snapdir object as a clone, or else we'll screw up the count.

Fixes: #2080
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/ReplicatedPG.cc