Bug 1446585
Summary: | CFME servers not deleting from Web UI | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Ryan Spagnola <rspagnol> |
Component: | Appliance | Assignee: | Gregg Tanzillo <gtanzill> |
Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.7.0 | CC: | abellott, dluong, fdewaley, gekis, greartes, gtanzill, hkataria, jhardy, mfeifer, mpovolny, ncarboni, obarenbo, rspagnol, simaishi, yrudman |
Target Milestone: | GA | Keywords: | Reopened |
Target Release: | 5.9.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | appliance:distributed | ||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-01 13:12:04 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Comment 16
Nick Carboni
2017-09-15 20:01:01 UTC
I think if server stopped and there were no activity for some time than it is OK to delete server first and replace dependent=>destroy with after_destroy for EventStream. Gregg, what do you think? New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/79ca041e68148f98c3506614416f3ebd4ee569f8 commit 79ca041e68148f98c3506614416f3ebd4ee569f8 Author: Yuri Rudman <yrudman> AuthorDate: Tue Sep 19 13:35:12 2017 -0400 Commit: Yuri Rudman <yrudman> CommitDate: Wed Sep 20 15:07:05 2017 -0400 queue deletion of lihked events instead of dependent=>destroy. It should prevent UI to hang when deleting instance of MiqServer https://bugzilla.redhat.com/show_bug.cgi?id=1446585 app/models/miq_server.rb | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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://access.redhat.com/errata/RHSA-2018:0380 |