| Summary: | Undefined method `remove_httpd_proxy' error was shown when rolling back gear during move operation | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
| Component: | Node | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.2.0 | CC: | baulakh, bleanhar, libra-onpremise-devel, mmasters |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rubygem-openshift-origin-msg-broker-mcollective-1.9.10-1 | Doc Type: | Bug Fix |
| Doc Text: |
Previously an incompatible API call in the Broker Mcollective plug-in displayed error messages when rolling back gears during a move operation. With this fix those error messages are no longer displayed.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-25 15:30:58 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: | |
|
Description
Gaoyun Pei
2013-09-02 08:38:04 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=987218 for the bug report against Origin. Here's the fix for origin-server: https://github.com/openshift/origin-server/pull/3140 Pull request: https://github.com/openshift/enterprise-server/pull/133 Checked this bug on puddle: 1.2/2013-09-10.2 with package rubygem-openshift-origin-msg-broker-mcollective-1.9.9-1.1.el6op.noarch. The problem is still there. And it seems the code was not merged in. Thanks! Apologies, I see now the pull request was never merged. Verify this bug with rubygem-openshift-origin-msg-broker-mcollective-1.9.10-1.el6op.noarch When rolling back gear during move operation, no error logs in the mcollective.log Because the erroneous method call was in a begin/rescue block, it should not have prevented the rollback from completing; it only logged an error message for the bogus method call. 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-2013-1275.html |