]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph.spec.in: disable system_pmdk on s390x
authorKen Dreyer <kdreyer@redhat.com>
Thu, 7 Jul 2022 15:43:30 +0000 (11:43 -0400)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 7 Jul 2022 16:01:36 +0000 (12:01 -0400)
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>
ceph.spec.in

index af950a92513c62a1c7629b37a30fd6b1c9cd73c8..789f5600e822b99853c2bd88de989300d3a99edc 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
 %bcond_without cephfs_java
 %bcond_without amqp_endpoint