Actions
Bug #15462
closedRHEL 7 provided rubygem-ruby-libvirt breaks proxy with libvirt
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
RPMs
Target version:
-
Description
https://bugzilla.redhat.com/show_bug.cgi?id=1347551 requests a newer version of rubygem-ruby-libvirt for EPEL7, else we could pull the package update into foreman-packaging.
With the new native libvirt provider smart proxy shows the following error when querying
/dhcp/192.168.122.0 on RHEL 7.2
undefined method `dhcp_leases' for #<Libvirt::Network:0x0000000321b990>
RHEL 7 ships with ruby-libvirt 0.4.0 . This version does not support dhcp_leases for the network object.
When I install ruby-libvirt-0.6.0 directly via rubygems, smart proxy works fine.
We need to either
- document this behaviour (which obviously does not fix the issue)
- package a newer rubygem-ruby-libvirt
Actions