From 3c1cae8dd5c0fa7fc4d0f5f3ff57e3e172b971d7 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 24 Jun 2021 19:52:51 +0800 Subject: [PATCH] ceph.spec.in: enable --with-rbd_ssd_cache by default unlike rbd_rwl_cache, rbd_ssd_cache does not depend on pmdk (libpmem), so let's enable it on all supported architecture and rpm based distros. Signed-off-by: Kefu Chai --- ceph.spec.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 7bc9b599d4e1b..c34fdb5fcf79f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -30,14 +30,13 @@ %bcond_without tcmalloc %endif %bcond_with system_pmdk +%bcond_without rbd_ssd_cache %if 0%{?fedora} || 0%{?rhel} %bcond_without selinux %ifarch x86_64 ppc64le %bcond_without rbd_rwl_cache -%bcond_without rbd_ssd_cache %else %bcond_with rbd_rwl_cache -%bcond_with rbd_ssd_cache %endif %if 0%{?rhel} >= 8 %bcond_with cephfs_java @@ -61,11 +60,9 @@ %ifarch x86_64 aarch64 ppc64le %bcond_without lttng %bcond_without rbd_rwl_cache -%bcond_without rbd_ssd_cache %else %bcond_with lttng %bcond_with rbd_rwl_cache -%bcond_with rbd_ssd_cache %endif %bcond_with ocf %bcond_with selinux -- 2.39.5