]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSD::handle_pg_query: on dne pg, send lb=hobject_t() if deleting 1474/head
authorSamuel Just <sam.just@inktank.com>
Sun, 16 Mar 2014 00:58:35 +0000 (17:58 -0700)
committerSamuel Just <sam.just@inktank.com>
Sun, 16 Mar 2014 00:58:37 +0000 (17:58 -0700)
commit04de781765dd5ac0e28dd1a43cfe85020c0854f8
tree54d4e6d7953cdb3e8eaf5335783e924a99852359
parent4dd94a006237a67bc8db536dcf36a2c038c1dc48
OSD::handle_pg_query: on dne pg, send lb=hobject_t() if deleting

We will set lb=hobject_t() if we resurrect the pg.  In that case,
we need to have sent that to the primary before hand.  If we
finish the removal before the pg is recreated, we'll just end
up backfilling it, which is ok since the pg doesn't exist anyway.

Fixes: #7740
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/OSD.cc