From a49d1dbb32e2436ff2836a85b2fa84418f0a5fff Mon Sep 17 00:00:00 2001 From: lixiaoy1 Date: Wed, 17 Feb 2021 20:12:26 -0500 Subject: [PATCH] cmake: enable write-back cache in spec Signed-off-by: Li, Xiaoyan --- ceph.spec.in | 4 ++-- 1 file 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 -- 2.39.5