Description of problem: ----------------------- Configuration of RHV 4.4.3 conversion hosts fails on CFME because the nbdkit-plugin-vddk package is missing in the RHEL 8.3 repo. RHV 4.4.3 hosts are based on RHEL 8.3. Here's a snippet from the conversion log file. "hosts": { "env-rhv44-01.xx.yy.redhat.com": { "_ansible_no_log": false, "action": "yum", "changed": false, "failed": true, "failures": [ "nbdkit-plugin-vddk All matches were filtered out by modular filtering for argument: nbdkit-plugin-vddk" ], "invocation": { "module_args": { "allow_downgrade": false, "autoremove": false, "bugfix": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "nbdkit-plugin-vddk" ], "releasever": null, "security": false, "skip_broken": false, "state": "latest", "update_cache": false, "update_only": false, "validate_certs": true } }, "msg": "Failed to install some of the specified packages", "rc": 1, "results": [] } Version-Release number of selected component (if applicable): ------------------------------------------------------------- 5.11.10 How reproducible: ----------------- Always Steps to Reproduce: ------------------- 1. 2. 3. Actual results: --------------- Configuration of RHV 4.4.3 conversion hosts fails. Expected results: ----------------- It should be possible to configure RHV 4.4.3 conversion hosts. Additional info: ----------------
The `nbdkit-plugin-vddk` package has been renamed to `nbdkit-vddk-plugin` in RHEL 8. It's still called `nbdkit-plugin-vddk` in RHEL 7.
https://github.com/ManageIQ/manageiq-v2v-conversion_host/pull/95
This is not a 5.11.10 blocker.
After applying Fabien's patch manually on my CFME appliance,I was able to 1)configure RHV 4.4.3 conversion hosts and 2)successfully migrate VMs to RHV 4.4.3 from VMware using VDDK as the transport method The testing was done using CFME 5.11.10. [0] https://github.com/ManageIQ/manageiq-v2v-conversion_host/pull/95
Verified on 5.11.10.1
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 (Important: CloudForms 5.0.10 security, bug fix and enhancement update), 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://access.redhat.com/errata/RHSA-2020:5554