Bug 1175314
Summary: | Update libvirt perl bindings to pick up the new flag for fetching backing chain statistics | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Jiri Denemark <jdenemar> |
Component: | perl-Sys-Virt | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 7.1 | CC: | alitke, amureini, areis, bmcclain, bsarathy, codong, cwei, dyuan, eblake, famz, fsimonce, herrold, iheim, jcody, jdenemar, jsuchane, juzhang, lmiksik, mjenner, mkenneth, mzhan, pbonzini, rbalakri, scohen, shyu, tburke, virt-bugs, xuzhang, zpeng |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | perl-Sys-Virt-1.2.8-6.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1041569 | Environment: | |
Last Closed: | 2015-03-05 10:54:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1041569 | ||
Bug Blocks: |
Description
Jiri Denemark
2014-12-17 13:38:27 UTC
Upstream in commit 26d6790bab3ed1819f2cfe9003d0d47a686ba675 Author: Daniel P. Berrange <berrange> Date: Wed Dec 17 14:00:38 2014 +0000 Add VIR_CONNECT_GET_ALL_DOMAINS_STATS_BACKING constant verify with build: perl-Sys-Virt-1.2.8-6.el7 # perl -e 'require Sys::Virt; printf("%d\n",Sys::Virt::Domain->GET_ALL_STATS_BACKING)' 1073741824 check doc: # man /usr/share/man/man3/Sys::Virt::Domain.3pm.gz .... Sys::Virt::Domain::GET_ALL_STATS_BACKING Get stats for image backing files too .... move to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0470.html |