]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: disable gmt_hitset if not supported 5837/head
authorKefu Chai <kchai@redhat.com>
Tue, 8 Sep 2015 08:52:32 +0000 (16:52 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 8 Sep 2015 08:56:04 +0000 (16:56 +0800)
commite48cec3dc93b3988dcd8924933deb1b3a43e1d0f
tree2d2344596d78b6c46eacef7e596e86ab3062fe44
parent4290d689598712024266bb70bfa11c2ff894f3a3
mon: disable gmt_hitset if not supported

the gmt_hitset is enabled by default in the ctor of pg_pool_t, this
is intentional. because we want to remove this setting and make
gmt_hitset=true as a default in future. but this forces us to
disable it explicitly when preparing a new pool if any OSD does
not support gmt hitset.

Fixes: #12968
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc