diff options
author | lixiaoy1 <xiaoyan.li@intel.com> | 2021-02-18 02:12:26 +0100 |
---|---|---|
committer | lixiaoy1 <xiaoyan.li@intel.com> | 2021-02-20 02:22:50 +0100 |
commit | a49d1dbb32e2436ff2836a85b2fa84418f0a5fff (patch) | |
tree | 48248fa633af1b966669c8b527f226010f5bd4ca /ceph.spec.in | |
parent | Merge pull request #39556 from zdover23/wip-doc-dev-t8y-intro-how-integration... (diff) | |
download | ceph-a49d1dbb32e2436ff2836a85b2fa84418f0a5fff.tar.xz ceph-a49d1dbb32e2436ff2836a85b2fa84418f0a5fff.zip |
cmake: enable write-back cache in spec
Signed-off-by: Li, Xiaoyan <xiaoyan.li@intel.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index f9516fc2de7..4b346d5c291 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -62,8 +62,8 @@ %endif %bcond_with seastar %bcond_with jaeger -%bcond_with rbd_rwl_cache -%bcond_with rbd_ssd_cache +%bcond_without rbd_rwl_cache +%bcond_without rbd_ssd_cache %if 0%{?fedora} || 0%{?suse_version} >= 1500 # distros that ship cmd2 and/or colorama %bcond_without cephfs_shell |