Description of problem: Folder relationship change causing a re-classify of all children VMs. It seems that it should only re-classify VMs if the folder changed, not if a vm was added to a folder. When we provision a VM it changes the taggings for every VM which takes a long time to replicate Version-Release number of selected component (if applicable): 5.6.3
https://github.com/ManageIQ/manageiq/pull/13133
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/aeb4f6acf3174a990864802b6b49ea4e93d71571 commit aeb4f6acf3174a990864802b6b49ea4e93d71571 Author: Adam Grare <agrare> AuthorDate: Mon Dec 12 18:54:10 2016 -0500 Commit: Jason Frey <jfrey> CommitDate: Tue Dec 13 01:13:20 2016 -0500 Only reclassify VMs if they were changed directly https://bugzilla.redhat.com/show_bug.cgi?id=1404028 app/models/vm_or_template.rb | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-)
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c39789d11f7c47b45cd2cf00c0789fbcdc2705ae commit c39789d11f7c47b45cd2cf00c0789fbcdc2705ae Author: Jason Frey <jfrey> AuthorDate: Tue Dec 13 01:05:45 2016 -0500 Commit: Jason Frey <jfrey> CommitDate: Tue Dec 13 01:13:32 2016 -0500 Add specs for VmOrTemplate.post_refresh_ems https://bugzilla.redhat.com/show_bug.cgi?id=1404028 spec/factories/ems_folder.rb | 79 +++++++++++++++++++ spec/models/vm_or_template_spec.rb | 151 +++++++++++++++++++++++++++++++++++++ 2 files changed, 230 insertions(+)
*** Bug 1403394 has been marked as a duplicate of this bug. ***