Description of problem: I've completed the upgrade to CF 4.1. The major issue at the moment is performance is not great. Selecting compute -> infra -> VM's takes 20-25 seconds to load. I think there needs to be some major maintenance on our DB. The table vim_performance_states took 30 mins to backup alone. Please consider this a high priority item. Logs to follow. Version-Release number of selected component (if applicable): cfme-5.6.1.2 How reproducible: this env: reproducible Additional info: - puma changes applied: "threads 1,1" current potential RCAs: - no continuous maintenance scripts running; just finished reindexing miq_queue and miq_workers, waiting for feedback on improvement - 98000 public AWS temaplates: provider is disabled and these need to be cleaned off manually - other
Changing component to the performance team.
*** Bug 1378991 has been marked as a duplicate of this bug. ***
I've wired up the core of this, and it will become available with https://github.com/ManageIQ/manageiq/pull/11387 98k templates does seem a little big.
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/cc51e1f19cb5d4bb9891759a9ee950a81f4be3a9 commit cc51e1f19cb5d4bb9891759a9ee950a81f4be3a9 Author: Jason Frey <fryguy9> AuthorDate: Thu Oct 20 16:43:16 2016 -0400 Commit: Oleg Barenboim <chessbyte> CommitDate: Fri Oct 21 17:45:53 2016 -0400 Merge pull request #11387 from ZitaNemeckova/remove_vms_tree Add option to hide VMs in trees (cherry picked from commit 421542727dff6d28906a04dc8caa360cc3c0ed91) https://bugzilla.redhat.com/show_bug.cgi?id=1379462 app/assets/javascripts/miq_tree.js | 1 + app/controllers/configuration_controller.rb | 2 + app/controllers/vm_cloud_controller.rb | 5 +- app/controllers/vm_common.rb | 62 ++++++++++++-- app/controllers/vm_infra_controller.rb | 5 +- app/helpers/ui_constants.rb | 3 +- app/presenters/tree_builder.rb | 16 ++++ app/presenters/tree_builder_archived.rb | 14 +-- app/presenters/tree_builder_images.rb | 5 +- app/presenters/tree_builder_instances.rb | 14 ++- app/presenters/tree_builder_vandt.rb | 15 +--- app/presenters/tree_builder_vms_and_templates.rb | 18 ++-- app/views/configuration/_ui_2.html.haml | 16 ++++ app/views/layouts/_tree.html.haml | 10 ++- spec/controllers/vm_common_spec.rb | 86 +++++++++++++++++++ spec/presenters/tree_builder_archived_spec.rb | 103 +++++++++++++++++++++++ spec/presenters/tree_builder_images_spec.rb | 58 +++++++++++++ spec/presenters/tree_builder_instances_spec.rb | 78 +++++++++++++++++ spec/presenters/tree_builder_spec.rb | 29 +++++++ 19 files changed, 491 insertions(+), 49 deletions(-) create mode 100644 spec/presenters/tree_builder_archived_spec.rb create mode 100644 spec/presenters/tree_builder_images_spec.rb create mode 100644 spec/presenters/tree_builder_instances_spec.rb
https://github.com/ManageIQ/manageiq/pull/12119
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-2017-0012.html
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days