Description of problem: After running VM provision, running another VM provision show that the host on which the VM previously provisioned is running is removed from the list. On RHV side, this "removed" host seem to have enough memory to run more VMs. Version-Release number of selected component (if applicable): RHV-4.0.6 CFME-5.7.1 How reproducible: Always on automation, running provision VMs operations, one after the other. Also reproduces easily manually, after running several VM provision, one after the other (no need to wait for each provision to end. Additional info: Not clear if this is a RHV provider specific problem.
As we weren't able to reproduce on development, can you try to reproduce in another environment as well? Did you check that on other providers? Do you fail to provision?
https://github.com/ManageIQ/manageiq/pull/13815
https://github.com/ManageIQ/manageiq/pull/13836
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b448a14a1a85323e2e5cc6f05ccc41fc9933117a commit b448a14a1a85323e2e5cc6f05ccc41fc9933117a Author: Adam Grare <agrare> AuthorDate: Wed Feb 8 10:00:42 2017 -0500 Commit: Adam Grare <agrare> CommitDate: Wed Feb 8 11:08:35 2017 -0500 Add :ems_cluster to the partial host hash https://bugzilla.redhat.com/show_bug.cgi?id=1420003 .../redhat/infra_manager/refresh/parse/parser.rb | 9 +++++-- .../refresh/refresher_target_vm_spec.rb | 28 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-)
New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/50c338898d73937f58cac8cdb3fa9f688f3f0c3f commit 50c338898d73937f58cac8cdb3fa9f688f3f0c3f Author: Adam Grare <agrare> AuthorDate: Wed Feb 8 10:00:42 2017 -0500 Commit: Adam Grare <agrare> CommitDate: Thu Feb 9 09:04:07 2017 -0500 Add :ems_cluster to the partial host hash https://bugzilla.redhat.com/show_bug.cgi?id=1420003 .../redhat/infra_manager/refresh_parser.rb | 9 +++++-- .../infra_manager/refresher_target_vm_spec.rb | 28 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-)
Verified on CFME-5.8.0.13/RHV-4.1.1.8. Also this problem, that used to fail automation, is no longer failing in CFME versions, that include the fix.