mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
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 <kdreyer@redhat.com>
This commit is contained in:
parent
55e46c7e02
commit
426c761f3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user