summaryrefslogtreecommitdiffstats
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2022-07-14 15:21:29 +0200
committerGitHub <noreply@github.com>2022-07-14 15:21:29 +0200
commit795daff95e5aae5d96beb05dca965017e5f94692 (patch)
tree0a820d8b6cfb557ed0841ebc60eccef40ff034b8 /ceph.spec.in
parentMerge pull request #46644 from rhcs-dashboard/rbd-list-pagination (diff)
parentcmake: add ndctl and daxctl to build pmdk (diff)
downloadceph-795daff95e5aae5d96beb05dca965017e5f94692.tar.xz
ceph-795daff95e5aae5d96beb05dca965017e5f94692.zip
Merge pull request #46260 from CongMinYin/wip-enable-ndctl
cmake: enable ndctl when building PMDK for WITH_BLUESTORE_PMEM Reviewed-by: Kefu Chai <tchaikov@gmail.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index ecf17feb986..e961b30d3c1 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -301,8 +301,10 @@ BuildRequires: nlohmann_json-devel
BuildRequires: libevent-devel
%endif
%if 0%{with system_pmdk}
+BuildRequires: ndctl-devel >= 63
+BuildRequires: daxctl-devel >= 63
BuildRequires: libpmem-devel
-BuildRequires: libpmemobj-devel
+BuildRequires: libpmemobj-devel >= 1.8
%endif
%if 0%{with system_arrow}
BuildRequires: arrow-devel