Hide Forgot
FYI, same error as summary, getMoPropMulti, showing in https://bugzilla.redhat.com/show_bug.cgi?id=1402797#c5
https://github.com/ManageIQ/manageiq-gems-pending/pull/37
New commit detected on ManageIQ/manageiq-gems-pending/master: https://github.com/ManageIQ/manageiq-gems-pending/commit/7acfd8cee038bf166d8ec5634daa733945a84835 commit 7acfd8cee038bf166d8ec5634daa733945a84835 Author: Adam Grare <adam> AuthorDate: Mon Jan 16 11:53:18 2017 -0500 Commit: Adam Grare <adam> CommitDate: Mon Jan 16 16:07:02 2017 -0500 Use Array() for non-array propSet In the case where ObjectContent.propSet is nil [oc.propSet] will result in [nil] where Array(oc.propSet) will result in [] https://bugzilla.redhat.com/show_bug.cgi?id=1412179 lib/gems/pending/VMwareWebService/MiqVimInventory.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Created attachment 1246337 [details] Hotfix for 5.7.0.17 Attached a hotfix for 5.7.0, scp 5_7_0_17_hotfix_1412179_nil_prop_set.tar.gz to /var/www/miq/vmdb and un-tar it there.