diff options
author | Nathan Cutler <ncutler@suse.com> | 2017-07-20 13:41:29 +0200 |
---|---|---|
committer | Nathan Cutler <ncutler@suse.com> | 2017-07-21 11:20:27 +0200 |
commit | c21a9f24f43067442fc5f180f85b369b108f49d7 (patch) | |
tree | af075c119ec6c5a6ff6174f3fdfb75bbeccae38b /ceph.spec.in | |
parent | Merge pull request #16409 from liupan1111/wip-restructure-bs (diff) | |
download | ceph-c21a9f24f43067442fc5f180f85b369b108f49d7.tar.xz ceph-c21a9f24f43067442fc5f180f85b369b108f49d7.zip |
Revert "Test-enable XIO messenger and IB/RDMA support"
This reverts commit 71cbc832ded17212d840afa709700a2ca1a498b9.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Conflicts:
ceph.spec.in (trivial resolution)
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 0460a305947..2725216f57f 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -22,7 +22,6 @@ %bcond_without ceph_test_package %endif %bcond_with make_check -%bcond_with xio %ifarch s390 s390x %bcond_with tcmalloc %else @@ -218,10 +217,6 @@ BuildRequires: expat-devel %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 @@ -258,9 +253,6 @@ Requires: which %if 0%{?suse_version} Recommends: ntp-daemon %endif -%if 0%{with xio} -Requires: libxio -%endif %description base Base is the package that includes all the files shared amongst ceph servers @@ -287,9 +279,6 @@ Requires: python-requests %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. @@ -831,9 +820,6 @@ cmake .. \ %if 0%{?rhel} && ! 0%{?centos} -DWITH_SUBMAN=ON \ %endif -%if 0%{with xio} - -DWITH_XIO=ON \ -%endif %if 0%{without ceph_test_package} -DWITH_TESTS=OFF \ %endif |