Description of problem: [Customer scenario] CFME EVM log points to Failure to load VM data due to VM64BitMaxMemorySizeInMB value being invalid (4.0). Same happens for the ResumeBehaviorSupported value as well Version-Release number of selected component (if applicable): RHV 4.3.5, CFME 5.10.9 Virtual appliance for RHV (unmodified content) How reproducible: Specific setup is require Steps to Reproduce: 1. Have a RHV VM with snapshot that has version 4.0 2. Add new provider Actual results: See no data for the provider (no VMs, no Hosts, nothing...) Expected results: Provider is imported correctly. Additional info: To workaround the issue following options were injected on RHV Maneger side (but note these values are not supposed to be in the DB anymore by current RHV standard). insert into vdc_options (option_name,option_value,version) values('ResumeBehaviorSupported',false,'4.0'); insert into vdc_options (option_name,option_value,version) values('VM64BitMaxMemorySizeInMB',4194304,'4.0');
https://github.com/ManageIQ/manageiq-providers-ovirt/pull/412
Moving to POST as there is no fix on CFME side, we just need to verify that the issue is fixed in RHV 4.3.7 as tracked in BZ1755869 and no additional errors appears on CFME side