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>
%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