%bcond_with ocf
%bcond_without cephfs_java
%bcond_with tests
+%bcond_with xio
%bcond_without tcmalloc
%bcond_without libs_compat
%bcond_with lowmem_builder
%if 0%{?fedora} || 0%{?rhel}
BuildRequires: redhat-rpm-config
%endif
+# Accelio IB/RDMA
+%if 0%{with xio}
+BuildRequires: libxio-devel
+%endif
%description
Ceph is a massively scalable, open-source, distributed storage system that runs
%if 0%{?fedora} || 0%{?rhel}
Requires: redhat-lsb-core
%endif
+%if 0%{with xio}
+Requires: libxio
+%endif
%description base
Base is the package that includes all the files shared amongst ceph servers
%if 0%{?suse_version}
Requires(pre): pwdutils
%endif
+%if 0%{with xio}
+Requires: libxio
+%endif
%description -n ceph-common
Common utilities to mount and interact with a ceph storage cluster.
Comprised of files that are common to Ceph clients and servers.
%if 0%{with cephfs_java}
--enable-cephfs-java \
%endif
+%if 0%{with xio}
+ --enable-xio \
+%endif
%if 0%{with selinux}
--with-selinux \
%endif