Bug 672491
| Summary: | RFE: guestfs_last_errno should be exposed in perl bindings | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Matthew Booth <mbooth> |
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1 | CC: | jzheng, leiwang, rwu |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libguestfs-1.7.17-24.el6 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-06 10:42:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matthew Booth
2011-01-25 10:31:21 UTC
We seem to have agreed to defer this to 6.2. Setting flags accordingly. Patch posted upstream: https://www.redhat.com/archives/libguestfs/2011-March/msg00077.html Sorry, this is not the upstream bug, setting state back to ASSIGNED. Upstream: http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=883390fb2e8cdaf81223eb41c87f245571e3d63d dev-ack'd for RHEL 6.2. Verified this using this script: $ perl <<'EOF' use Sys::Guestfs; my $h = Sys::Guestfs->new (); print $h->last_errno(); EOF script output: libguestfs-1.7.17-19: Can't locate object method "last_errno" via package "Sys::Guestfs" at - line 3. libguestfs-1.7.17-26: 0 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-1512.html |