]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: refuse to boot if SORTBITWISE not set but backend cannot sort nibblewise
authorSage Weil <sage@redhat.com>
Fri, 7 Aug 2015 20:27:43 +0000 (16:27 -0400)
committerSage Weil <sage@redhat.com>
Mon, 17 Aug 2015 13:50:12 +0000 (09:50 -0400)
commita5e27de5afd6bcf41cbd447b891dbe9e8081617d
tree06ebd5b3e55e4fb613819e641be3afdd64447548
parent841ae130f3d9d8fe9389acca958a6f15a8582d38
osd: refuse to boot if SORTBITWISE not set but backend cannot sort nibblewise

This prevenents OSDs with new backends from starting if the
cluster is still using the legacy sort order.

Signed-off-by: Sage Weil <sage@redhat.com>
src/os/FileStore.h
src/os/ObjectStore.h
src/osd/OSD.cc