Bug 1446474
Summary: | fence_rhevm unable to communicate with oVirt 4.1.1 (request to backport bug 1287059 to RHEL 6.x) | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Gianluca Cecchi <gianluca.cecchi> | |
Component: | fence-agents | Assignee: | Oyvind Albrigtsen <oalbrigt> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | cluster-qe <cluster-qe> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.9 | CC: | aherr, cfeist, cluster-maint, jruemker, mjuricek, oalbrigt, pvarma, rbalakri, rdave, toneata, ykaul | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | fence-agents-4.0.15-15.el6 | Doc Type: | If docs needed, set a value | |
Doc Text: |
Previously, the fence_rhevm utility was not able to request a compatible version of the Red Hat Virtualization (RHV) API due to a hard-coded value in fence_rhevm. Consequently, fence_rhevm failed to fence nodes in a cluster of RHV virtual machines (VMs) and displayed the "Failed: Unable to obtain correct plug status or plug is not available" error message. With this update, the hard-coded value has been changed into a variable, and as a result, the described problem no longer occurs.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1506694 1506695 (view as bug list) | Environment: | ||
Last Closed: | 2018-06-21 08:44:33 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: | ||||
Bug Blocks: | 1493755, 1506694, 1506695 |
Description
Gianluca Cecchi
2017-04-28 07:28:39 UTC
any update on this? It should not be difficult, as already verified that the el7 package works with rhel 6.x systems.. Thanks Gianluca Technically it is Bug #1422499 that is the relevant RHEL 7 report that matches this issue. Bug #1287059 is for a different issue, however both were resolved by the same pull request upstream, so the distinction is not particularly important. But for clarity: this bug is describing the problems with the API URL change in RHEV 4.x, which is #1422499. The fix here is: https://github.com/ClusterLabs/fence-agents/pull/71 |