]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: disable system_pmdk on s390x 47251/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 7 Jul 2022 15:43:30 +0000 (11:43 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 24 Jul 2022 07:42:09 +0000 (09:42 +0200)
The pwl_cache plugin depends on libpmem. This is not available on s390x
for RHEL 8, RHEL 9, or Fedora.

Fixes: https://tracker.ceph.com/issues/56491
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 426c761f3a9da32e23f72cdb8b6116f6d5b8311d)

ceph.spec.in

index 94458f6b1a1177c18f37d289123488c04b4f4b4c..622db06fee8a35ae47307579b42ded38f806938d 100644 (file)
 %if 0%{?rhel} < 9
 %bcond_with system_pmdk
 %else
+%ifarch s390x
+%bcond_with system_pmdk
+%else
 %bcond_without system_pmdk
 %endif
+%endif
 %bcond_without selinux
 %if 0%{?rhel} >= 8
 %bcond_with cephfs_java