]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: disable gmt_hitset if not supported
authorKefu Chai <kchai@redhat.com>
Tue, 8 Sep 2015 08:52:32 +0000 (16:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 Mar 2016 11:54:50 +0000 (19:54 +0800)
commit720a090eb67b3955b0cadb7633c5a28a934171a4
treea8268ba6c6e844eeef3506e56d8b767fc7d72d43
parent7aec079f8a1bbe75625c438a17bb87e45398568e
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>
(cherry picked from commit e48cec3dc93b3988dcd8924933deb1b3a43e1d0f)

Conflicts:
src/mon/OSDMonitor.cc
remove unrelated hunk
src/mon/OSDMonitor.cc