| Summary: | Rebase to match latest libvirt version to support all new APIs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Daniel Berrangé <berrange> |
| Component: | perl-Sys-Virt | Assignee: | Daniel Berrangé <berrange> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 | CC: | dallan, dyuan, gren, mjenner, mzhan, rwu, xhu |
| Target Milestone: | rc | Keywords: | Rebase |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-Sys-Virt-0.9.4-2.el6 | Doc Type: | Rebase: Bug Fixes and Enhancements |
| Doc Text: |
The Perl binding for libvirt is being updated to provide support for all new APIs added to libvirt, since the previous release.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-06 11:49:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 693512 | ||
|
Description
Daniel Berrangé
2011-06-30 10:17:34 UTC
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
The Perl binding for libvirt is being updated to provide support for all new APIs added to libvirt, since the previous release.
perl-Sys-Virt-0.9.2-1.el6 is built in RHEL-6.2-candidate berrange [berrange@t500wlan ~]$ A further update to 0.9.4 is anticipated prior to the final feature freeze, to match the final anticipated libvirt version Move back to assigned for the 0.9.4 rebuild Compared with perl-Sys-Virt-0.9.4-1.el6, there is 23 new API in perl-Sys-Virt-0.9.4-2.el6 and the details can be seen as follows: define_save_image_xml, dom->abort_block_job dom->block_pull dom->get_blkio_parameters dom->get_block_job_info dom->get_control_info dom->get_state dom->inject_nmi dom->migrate_set_max_speed dom->screenshot dom->send_key dom->set_blkio_parameters dom->set_block_job_speed get_node_cpu_stats get_node_memory_stats get_save_image_xml_description get_sysinfo interface_change_begin interface_change_commit interface_change_rollback new_stream vol->download vol->upload We test all the above 23 new API: there is 2 not fine API(get_node_cpu_stats and get_node_memory_stats) and file bug 748689: https://bugzilla.redhat.com/show_bug.cgi?id=748689 to track. So change this bug to verify status. 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. http://rhn.redhat.com/errata/RHBA-2011-1573.html |