On Fri, Aug 21, 2020 at 12:30:09 +0100, Daniel P. Berrangé wrote:
The logic to disable Ceph on 32-bit was protected by a Fedora
conditional. This is redundant as RHEL doesn't build on 32-bit
platforms for years.
But libvirt is still built on i686 even on RHEL for 32b libraries. And
this includes libvirt-daemon-driver-storage-rbd sub-package. Actually
looking at the spec file, we even build libvirtd on i686 RHEL.
I think we would need a bigger change to make sure we only build what's
really needed on i686, i.e., no libvirtd, no drivers usable only in
libvirtd, etc.
Jirka