From 426c761f3a9da32e23f72cdb8b6116f6d5b8311d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 7 Jul 2022 11:43:30 -0400 Subject: [PATCH] ceph.spec.in: disable system_pmdk on s390x 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 --- ceph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index af950a92513..789f5600e82 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -39,8 +39,12 @@ %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 -- 2.39.5