From 579afc99f230e8a5f926f6637302aa1bad8ebd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 10 Dec 2018 18:33:58 +0000 Subject: [PATCH] Disable RBD on 32-bit arches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- libvirt.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 1d46f60..756b04d 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -110,6 +110,12 @@ %define with_storage_zfs 0 %endif +# Ceph dropping support for 32-bit hosts +%if 0%{fedora} >= 30 + %ifarch %{arm} %{ix86} + %define with_storage_rbd 0 + %endif +%endif # RHEL doesn't ship OpenVZ, VBox, UML, PowerHypervisor, # VMware, libxenserver (xenapi), libxenlight (Xen 4.1 and newer), @@ -210,7 +216,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 4.10.0 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ URL: https://libvirt.org/ @@ -1919,6 +1925,9 @@ exit 0 %changelog +* Mon Dec 10 2018 Daniel P. Berrangé - 4.10.0-2 +- Disable RBD on 32-bit arches (rhbz #1657928) + * Mon Dec 3 2018 Daniel P. Berrangé - 4.10.0-1 - Update to 4.10.0 release