]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
include/ceph_features.h: add feature bit for handling deletes during recovery
authorJosh Durgin <jdurgin@redhat.com>
Fri, 30 Jun 2017 00:12:39 +0000 (20:12 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 19 Jul 2017 06:47:44 +0000 (02:47 -0400)
commit2525609b30d21adf38b6fe2b27873b97d762b98b
treea93401be2cd9e1f892d4d1bb29a30372a941bb0a
parent3e29446a80d76dd3737c05f180d1033ae1a3a933
include/ceph_features.h: add feature bit for handling deletes during recovery

The BLKIN feature bit was actually unused - it was a remnant from
earlier versions of the blkin work, but all the encoding is handled by
struct-level versioning in the version that merged.

Use bit 60 (unused in any prior version) so that recovery deletes
could potentially be backported.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/include/ceph_features.h