]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: enable --with-rbd_ssd_cache by default 42006/head
authorKefu Chai <kchai@redhat.com>
Thu, 24 Jun 2021 11:52:51 +0000 (19:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 Jun 2021 11:54:50 +0000 (19:54 +0800)
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 <kchai@redhat.com>
ceph.spec.in

index 7bc9b599d4e1b9b555f4442f9d2a6017e01339ae..c34fdb5fcf79f0719c39d24ea3301c4b3da30336 100644 (file)
 %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
 %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