Bug 1689330
| Summary: | Errors when submitting VM action from global region | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Tasos Papaioannou <tpapaioa> | |
| Component: | Appliance | Assignee: | Yuri Rudman <yrudman> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tasos Papaioannou <tpapaioa> | |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
| Priority: | medium | |||
| Version: | 5.10.2 | CC: | abellott, dmetzger, jprause, obarenbo, yrudman | |
| Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
| Target Release: | 5.11.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.11.0.1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1693817 (view as bug list) | Environment: | ||
| Last Closed: | 2019-12-13 15:10:00 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | CFME Core | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1693817 | |||
|
Description
Tasos Papaioannou
2019-03-15 16:15:08 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b3532af44c579e4733ae9c2933dd997cf6f821a8 commit b3532af44c579e4733ae9c2933dd997cf6f821a8 Author: Yuri Rudman <yrudman> AuthorDate: Mon Mar 18 15:10:15 2019 -0400 Commit: Yuri Rudman <yrudman> CommitDate: Mon Mar 18 15:10:15 2019 -0400 fix for hypothetical situation when remote object exists and reference to it found on global region, after that object got deleted on remote region but global region attempting to use previously found reference for Centralized Administration. What happened is: attempt to execute queue item raising 'resource not found' and message requeud. Desired behavior: if resource not found then do not requeue message Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1689330 app/models/mixins/process_tasks_mixin.rb | 11 +- 1 file changed, 3 insertions(+), 8 deletions(-) Verified on 5.11.0.2. |