Bug 1209490
| Summary: | VM reconfigure events are assigned to the incorrect zone. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Lucy Fu <lufu> |
| Component: | Automate | Assignee: | Lucy Fu <lufu> |
| Status: | CLOSED ERRATA | QA Contact: | Jan Krocil <jkrocil> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.3.0 | CC: | jhardy, jkrocil, jocarter, mfeifer, mkanoor, obarenbo, pkovar, tcarlin, tfitzger |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.3.5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | 5.3.5.1 | Doc Type: | Bug Fix |
| Doc Text: |
In the previous version of CloudForms Management Engine, VmReconfigureRequest/VmMigrateRequest were sent to the zone where the CFME Appliance resides. As a result, when VMware VM reconfigure requests to increase RAM were submitted on the UI or DB server, they were put into queue with the zone of that CFME Server and therefore never ran because the worker zone is the only one with Automation Engine and Provider Operations enabled. The problem has now been fixed.
|
Story Points: | --- |
| Clone Of: | 1201383 | Environment: | |
| Last Closed: | 2015-07-15 12:55:07 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: | 1201383 | ||
| Bug Blocks: | |||
|
Comment 1
CFME Bot
2015-04-07 22:25:58 UTC
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=34147cd3090ee9c9593c57b0c451b7bf4085b518 commit 34147cd3090ee9c9593c57b0c451b7bf4085b518 Author: Lucy Fu <lufu> AuthorDate: Wed Apr 8 12:02:32 2015 -0400 Commit: Lucy Fu <lufu> CommitDate: Wed Apr 8 12:05:37 2015 -0400 Fix the test cases for VmReconfigureRequest set up the appropriate approval for the request to work. https://bugzilla.redhat.com/show_bug.cgi?id=1209490 vmdb/spec/models/vm_reconfigure_request_spec.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=a58463c3749e7c1361d43977196ef94a4ef613b9 commit a58463c3749e7c1361d43977196ef94a4ef613b9 Merge: 2be582a 34147cd Author: Greg McCullough <gmccullo> AuthorDate: Wed Apr 8 12:30:47 2015 -0400 Commit: Greg McCullough <gmccullo> CommitDate: Wed Apr 8 12:30:47 2015 -0400 Merge branch 'vm_reconfigure_tests_1209490' into '5.3.z' Fix the test cases for VmReconfigureRequest set up the appropriate approval for the request to work. https://bugzilla.redhat.com/show_bug.cgi?id=1209490 See merge request !29 vmdb/spec/models/vm_reconfigure_request_spec.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Verified fixed in 5.3.5.1. Used 2 appliances, each in a separate zone: A) DB + UI, Default Zone B) everything else, Worker Zone The provider was in the Default Zone and the reconfiguration request got through with no issues. 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. https://rhn.redhat.com/errata/RHBA-2015-1223.html |