Bug 1164386
| Summary: | Unable to inherit resource pool's parent tags with control policy. | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Josh Carter <jocarter> | |
| Component: | Control | Assignee: | Bill Wei <bilwei> | |
| Status: | CLOSED ERRATA | QA Contact: | Ramesh A <rananda> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 5.3.0 | CC: | bilwei, dajohnso, jprause, mfeifer, rananda, ssainkar | |
| Target Milestone: | GA | |||
| Target Release: | 5.4.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix | |
| Doc Text: |
In the previous version of CloudForms Management Engine, there was inability to inherit resource pool's parent tags using a control policy due to reference to an invalid method name.
This bug has been fixed by making a reference to a valid method name parent_resource_pool, and tags are now inherited.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1167365 (view as bug list) | Environment: | ||
| Last Closed: | 2015-06-16 12:44:47 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: | 1167365 | |||
|
Description
Josh Carter
2014-11-14 21:17:03 UTC
I think the issue here is that Vm instances do not expose their relation to a resource_pool through a method named "resource_pool" which the logging show it is looking for. Instead, VMs expose this relationship through the "parent_resource_pool" method. node 10.10.179.228 is down. New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=be0cea98d2f9e89865a25f4ac2da4264021be718 commit be0cea98d2f9e89865a25f4ac2da4264021be718 Author: Bill Wei <bilwei> AuthorDate: Fri Nov 21 14:58:50 2014 -0500 Commit: Bill Wei <bilwei> CommitDate: Mon Nov 24 09:39:43 2014 -0500 Fix inheriting tags from resource pool Reference to a valid method name https://bugzilla.redhat.com/show_bug.cgi?id=1164386 vmdb/app/controllers/miq_policy_controller/miq_actions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/582f4b3cddead6b8cf90a1298143f219c7929231 commit 582f4b3cddead6b8cf90a1298143f219c7929231 Author: Bill Wei <bilwei> AuthorDate: Fri Nov 21 14:58:50 2014 -0500 Commit: Bill Wei <bilwei> CommitDate: Fri Nov 21 14:58:50 2014 -0500 Fix inheriting tags from resource pool Reference to a valid method name https://bugzilla.redhat.com/show_bug.cgi?id=1164386 vmdb/app/controllers/miq_policy_controller/miq_actions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Dajo, You might know the answer to this? ^ Josh: Yes this fix made it into the 5.3.2 release,..see BZ 1167365 I'll be following this comment with an e-mail since there's more more detail needed to explain what happened. Verification blocked due to BZ#1205496 Good to go. Verified and working fine in 5.4.0.0.23.20150423131011_69b48fd 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-1100.html |