mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
rpm: always disable ceph on 32-bit
The logic to disable Ceph on 32-bit was protected by a Fedora conditional. This is redundant as RHEL hasn't shipped any 32-bit platforms for years. Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
103ff15ad4
commit
015b32659d
@ -117,12 +117,10 @@
|
|||||||
%define with_storage_zfs 0
|
%define with_storage_zfs 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Ceph dropping support for 32-bit hosts
|
# Ceph dropped support for 32-bit hosts
|
||||||
%if 0%{?fedora} >= 30
|
|
||||||
%ifarch %{arm} %{ix86}
|
%ifarch %{arm} %{ix86}
|
||||||
%define with_storage_rbd 0
|
%define with_storage_rbd 0
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
# RHEL doesn't ship OpenVZ, VBox, PowerHypervisor,
|
# RHEL doesn't ship OpenVZ, VBox, PowerHypervisor,
|
||||||
# VMware, libxenlight (Xen 4.1 and newer),
|
# VMware, libxenlight (Xen 4.1 and newer),
|
||||||
|
Loading…
Reference in New Issue
Block a user