]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
OSD: add pg deletion cancelation
authorSamuel Just <sam.just@inktank.com>
Tue, 7 May 2013 18:12:43 +0000 (11:12 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 10 May 2013 00:28:15 +0000 (17:28 -0700)
commit90f50c487acea3b0a395fdcc6ea6640c2a8e7d9d
treedec6aaddef0198b0be7e13f63ccf5fd9ec04ba8e
parentb274c8a0b21ec87a744bbb4c27e6c21277c7d794
OSD: add pg deletion cancelation

DeletingState now allows _create_lock_pg() to attempt to cancel
pg deletion.

PG::init() must mark the PG as backfill iff we stopped a deletion.

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