diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2022-07-14 15:21:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 15:21:29 +0200 |
commit | 795daff95e5aae5d96beb05dca965017e5f94692 (patch) | |
tree | 0a820d8b6cfb557ed0841ebc60eccef40ff034b8 /ceph.spec.in | |
parent | Merge pull request #46644 from rhcs-dashboard/rbd-list-pagination (diff) | |
parent | cmake: add ndctl and daxctl to build pmdk (diff) | |
download | ceph-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.in | 4 |
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 |