-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data for a deleted provider is still being displayed on dashboard #18885
Comments
@Fryguy when deleting a provider vms and hosts aren't deleted as it has a dependent nullify on the relation (https://github.com/ManageIQ/manageiq/blob/master/app/models/ext_management_system.rb#L57) Do you see anything besides data related to vms or hosts? (E.g. Metrics would be related to the vms but clusters wouldn't) |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! More information about the ManageIQ triage process can be found in the traige process documentation. |
I think that makes sense (allowing this to be configurable), converting this to an enhancement request |
We have added Vmware infrastructure (Vcenter) provider to ManageIQ, done some operations for a couple of days and deleted the provider. When deleted the Provider from the inventory, It shows a popup message as:
"Delete initiated for 1 Infrastructure Provider from ManageIQ Database".
Later the provider is removed from the Inventory & VMDB Database, as a purge process is initiated and deleted from the VMDB which is found the in the logs.
Even after deleting the provider, the Data is still present in the dashboard.
Version: Hammer 5
The text was updated successfully, but these errors were encountered: