+++ This bug was initially created as a clone of Bug #681674 +++ Description of problem: fence_rhevm REST-API URL needs to be updated to "/rhevm-api/". Version-Release number of selected component (if applicable): cman-2.0.115-68.el5_6.1 How reproducible: Always. Steps to Reproduce: 1. Run fence_rhevm -o status Actual results: HTTP Status 404 - /rhevm-api-powershell/ type Status report message /rhevm-api-powershell/ description The requested resource (/rhevm-api-powershell/) is not available. JBoss Web/2.1.10 Expected results: Will execute whatever action is asked of the fence agent. Additional info: Change line 91 of /sbin/fence_rhevm as such will fix the glitch: 91 url += "//" + opt["-a"] + ":" + str(opt["-u"]) + "/rhevm-api/" + command
Created attachment 482740 [details] Patch against RHEL57 branch. Patch against RHEL57 branch.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-1001.html