diff options
author | Kefu Chai <kchai@redhat.com> | 2021-07-31 05:36:37 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-08-04 04:21:10 +0200 |
commit | 065ff536a1954180822ad622a5897367c01ee21a (patch) | |
tree | 3d433aa7571d3f419d9de6a26fcc84b0f05fc410 /ceph.spec.in | |
parent | Merge pull request #42601 from idryomov/wip-rbd-qemu-iotests-8stream (diff) | |
download | ceph-065ff536a1954180822ad622a5897367c01ee21a.tar.xz ceph-065ff536a1954180822ad622a5897367c01ee21a.zip |
cmake: disable kvs rados cls by default
libcls_kvs was introduced back in
73d016fdb304ad19bba8aed3f2877b4bdb6ed32e, but we don't have an internal
user so far. to reduce the build time. let's disable the build of it by
default.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 4d4082394d4..1e5d1b230fc 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -2330,7 +2330,6 @@ fi %files -n ceph-test %{_bindir}/ceph-client-debug %{_bindir}/ceph_bench_log -%{_bindir}/ceph_kvstorebench %{_bindir}/ceph_multi_stress_watch %{_bindir}/ceph_erasure_code_benchmark %{_bindir}/ceph_omapbench |