Hide Forgot
Description of problem: When using virt-p2v on a multipath SAN attached server with LVM, virt-p2v is mistaken and lists several time the same device. But LVM detects duplicated volumes and chooses to use only the last detected. So if you check all the harddrives (because you don't know which one is used by the OS), the p2v process will failed because it will try to read a device no more used by the OS. You can see which volume is used by using the vgs command on the console. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Connect a server to a SAN with multipath access and create logical volume 2. Launch virt-p2v 3. Check all harddrives Actual results: The same device is listed several time so if you don't know which one is used by the OS. Without knowing which one is the good one, you have to check all and it will failed because it will try to convert a not connected volume. Expected results: You should only see the used one (maybe LVM can help you because it automically disconnect the duplicated device). Additional info: I manage to do the conversion by checking which volume was used by the system with the vgs command. So after on the GUI I've only chosen the right one and the conversion process succeeded.
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
I'm closing this bug: - virt-p2v has been rewritten for RHEL 7.2 - Unofficial previews of the new version are available: http://oirase.annexia.org/virt-p2v/ - If a similar bug occurs with the new version of virt-p2v, please open a new bug against Red Hat Enterprise Linux 7 / libguestfs