Description of problem: Following our documentation to import a VM from VMware, using VDDK 7, the import process fail to proceed and error out. Version-Release number of selected component (if applicable): OpenShift Virtualization 2.4.1 OCP 4.5.4 How reproducible: Everytime Steps to Reproduce: 1. Follow our doc for VMware import using VDDK 7 2. Launch the import of a VM from VMware 3. See the import process fail Actual results: The import process fail with : ~~~ + VDDK=/opt/vmware-vix-disklib-distrib/ + ls -l /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so -rwxr-xr-x. 1 root root 25296 Feb 7 2020 /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so + ls -ld /opt/vmware-vix-disklib-distrib/ drwxrwxrwx. 7 root root 84 Sep 15 18:38 /opt/vmware-vix-disklib-distrib/ ++ find /opt/vmware-vix-disklib-distrib/ -name 'libvixDiskLib.so.[67]' + lib=/opt/vmware-vix-disklib-distrib/lib64/libvixDiskLib.so.7 ++ dirname /opt/vmware-vix-disklib-distrib/lib64/libvixDiskLib.so.7 + LD_LIBRARY_PATH=/opt/vmware-vix-disklib-distrib/lib64 + nbdkit vddk --dump-plugin libdir=/opt/vmware-vix-disklib-distrib/ nbdkit: error: libvixDiskLib.so.6: cannot open shared object file: No such file or directory If 'libvixDiskLib.so.6' is located on a non-standard path you may need to set $LD_LIBRARY_PATH or edit /etc/ld.so.conf. See the nbdkit-vddk-plugin(1) man page for details. ~~~ Expected results: The import process go on to completion. Additional info:
Which version of nbdkit are you using?
This is almost certainly the bug which Brett linked to (bug 1831969). It's fixed in nbdkit >= 1.16.2-3.el8, in RHEL AV 8.2.1.
Since this issue was fixed in a previous version of nbdkit closing this BZ. The issue experienced here was related to the v2v-conversion image not being upgraded with the proper version of nbdkit. *** This bug has been marked as a duplicate of bug 1831969 ***
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days