This is actually a known issue in the providers area. The resolution, as far as I am aware, is to run the following script on the appliance: tools/delete_ems_metadata_relationships.rb followed by a refresh of the providers. There was a recent fix that should address this issue in the future: https://github.com/ManageIQ/manageiq/pull/14060 Sending to the Providers team to review and update.
Gellert there is a hotfix attached to https://bugzilla.redhat.com/show_bug.cgi?id=1428079#c6 I'm going to close this as a duplicate, can you try applying that hotfix and see if it resolves the issue? *** This bug has been marked as a duplicate of bug 1379464 ***
Hi Adam , This is different because bug 1379464 is appear when "When clicking on instances there is an error page displayed that states: Multiple parents found. [vm_cloud/explorer]" but this bug is during service_template_provision_task . Yes we run the script to cleanup multiple parents : Customer have to run periodically the delete_ems_metadata_relationships.rb. - delete_ems_metadata_relationships.rb was run by a colleague on multiple occasions. - Performed automate reset : The automate domain of ManageIQ and 'Red Hat' are up to date. - Running tools/delete_ems_metadata_relationships.rb : this script temporary give workaround ? yes .
Right you hit the error on a different page but the root cause is still the same as https://bugzilla.redhat.com/show_bug.cgi?id=1379464 You would have to have run the delete_ems_metadata_relationships.rb script after upgrading to 5.7.2. The idea being that fix would prevent new multiple parent relationships from being created and running the script cleans up all the old ones. If you did that and still hit an error please re-open https://bugzilla.redhat.com/show_bug.cgi?id=1379464 and attach logs and ideally a database dump.