virt-p2v(1) | Virtualization Support | virt-p2v(1) |
virt-p2v - Convert a physical machine to use KVM
virt-p2v virt-p2v.iso
Virt-p2v converts a physical machine to run virtualized on KVM, managed by libvirt, OpenStack, oVirt, Red Hat Virtualisation (RHV), or one of the other targets supported by virt-v2v(1).
Normally you don’t run the virt-p2v program directly. Instead you have to boot the physical machine using the bootable CD-ROM, ISO or PXE image. This bootable image contains the virt-p2v binary and runs it automatically. Booting from a CD-ROM/etc is required because the disks which are being converted must be quiescent. It is not safe to try to convert a running physical machine where other programs may be modifying the disk content at the same time.
This manual page documents running the virt-p2v program. To create the bootable image you should look at virt-p2v-make-disk(1) or virt-p2v-make-kickstart(1).
Virt-p2v runs on the physical machine which you want to convert. It has to talk to another server called the "conversion server" which must have virt-v2v(1) installed on it. It always talks to the conversion server over SSH:
┌──────────────┐ ┌─────────────────┐ │ virt-p2v │ │ virt-v2v │ │ (physical │ ssh connection │ (conversion │ │ server) ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍▶ server) │ └──────────────┘ └─────────────────┘
The virt-v2v program on the conversion server does the actual conversion (physical to virtual, and virtual to virtual conversions are sufficiently similar that we use the same program to do both).
The SSH connection is always initiated from the physical server. All data is transferred over the SSH connection. In terms of firewall and network configuration, you only need to ensure that the physical server has access to a port (usually TCP port 22) on the conversion server. Note that the physical machine may reconnect several times during the conversion process.
The reverse port forwarding feature of ssh (ie. "ssh -R") is required by virt-p2v, and it will not work if this is disabled on the conversion server. ("AllowTcpForwarding" must be "yes" in the sshd_config(5) file on the conversion server).
The scp (secure copy) feature of ssh is required by virt-p2v so it can send over small files (this is not the method by which disks are copied).
The conversion server does not need to be a physical machine. It could be a virtual machine, as long as it has sufficient memory and disk space to do the conversion, and as long as the physical machine can connect directly to its SSH port. (See also "Resource requirements" in virt-v2v(1)).
Because all of the data on the physical server’s hard drive(s) has to be copied over the network, the speed of conversion is largely determined by the speed of the network between the two machines.
When you start virt-p2v, you'll see a graphical configuration dialog that walks you through connection to the conversion server, asks for the password, which local hard disks you want to convert, and other things like the name of the guest to create and the number of virtual CPUs to give it.
When virt-p2v starts up in GUI mode, the first dialog looks like this:
┌─────────────────────────────────────────────────────────────┐ │ virt-p2v │ │ │ │ Conversion server: [____________________________] : [22___] │ │ │ │ User name: [root__________________________________] │ │ │ │ Password: [______________________________________] │ │ │ │ SSH Identity URL: [______________________________________] │ │ │
In the fields above, you must enter the details of the conversion server: the hostname, SSH port number, remote user name, and either the password or SSH identity (private key) URL. The conversion server must have an up to date version of virt-v2v.
Normally you must log in to the conversion server as root, but if you check the following box:
│ │ │ [ ] Use sudo when running virt-v2v │ │ │
then you can log in as another user, and virt-p2v will use the sudo(8) command to elevate privileges to root. Note that sudo must not require a password.
It is also possible to run virt-v2v on the conversion server entirely as non-root, but output modes may be limited. Consult the virt-v2v(1) manual page for details.
At the bottom of the dialog are these buttons:
│ │ │ [ Test connection ] │ │ │ │ [ Configure network ] [ XTerm ] [ About virt-p2v ] [ Next ] │ │ │ └─────────────────────────────────────────────────────────────┘
You must press the "Test connection" button first to test the SSH connection to the conversion server. If that is successful (ie. you have supplied the correct server name, user name, password, etc., and a suitable version of virt-v2v is available remotely) then press the "Next" button to move to the next dialog.
You can use the "Configure network" button if you need to assign a static IP address to the physical machine, or use Wifi, bonding or other network features.
The "XTerm" button opens a shell which can be used for diagnostics, manual network configuration, and so on.
The second configuration dialog lets you configure the details of conversion, including what to convert and where to send the guest.
In the left hand column, starting at the top, the target properties let you select the name of the guest (ie. after conversion) and how many virtual CPUs and how much RAM to give it. The defaults come from the physical machine, and you can usually leave them unchanged:
┌─────────────────────────────────────── ─ ─ ─ ─ │ Target properties: │ │ Name: [hostname______________] │ │ # vCPUs: [4_____________________] │ │ Memory (MB): [16384_________________] │
The second panel on the left controls the virt-v2v output options. To understand these options it is a really good idea to read the virt-v2v(1) manual page. You can leave the options at the default to create a guest as a disk image plus libvirt XML file located in /var/tmp on the conversion host. This is a good idea if you are a first-time virt-p2v user.
│ │ Virt-v2v output options: │ │ Output to (-o): [local ▼] │ │ Output conn. (-oc): [___________________] │ │ Output storage (-os): [/var/tmp___________] │ │ Output format (-of): [___________________] │ │ Output allocation (-oa): [sparse ▼] │
All output options and paths are relative to the conversion server (not to the physical server).
Finally in the left hand column is an information box giving the version of virt-p2v (on the physical server) and virt-v2v (on the conversion server). You should supply this information when reporting bugs.
In the right hand column are three panels which control what hard disks, removable media devices, and network interfaces, will be created in the output guest. Normally leaving these at the default settings is fine.
─ ─ ──────────────────────────────────────────────────┐ Fixed hard disks │ │ Convert Device │ [✔] sda │ 1024G HITACHI │ s/n 12345 │ [✔] sdb │ 119G HITACHI │ s/n 12346 │ │
Normally you would want to convert all hard disks. If you want virt-p2v to completely ignore a local hard disk, uncheck it. The hard disk that contains the operating system must be selected. If a hard disk is part of a RAID array or LVM volume group (VG), then either all hard disks in that array/VG must be selected, or none of them.
│ Removable media │ │ Convert Device │ [✔] sr0 │ │
If the physical machine has CD or DVD drives, then you can use the Removable media panel to create corresponding drives on the guest after conversion. Note that any data CDs/DVDs which are mounted in the drives are not copied over.
At the bottom of the dialog, the "Refresh disks" button instructs virt-p2v to re-enumerate the fixed hard disks and the removable media drives. (Note that the button will also reset the currently active selections in both of those panels.) This button is useful in combination with the "XTerm" button on the "SSH CONFIGURATION DIALOG": in the XTerm window, you can expose further block devices to the kernel (such as LUNs from iSCSI targets), and the "Refresh disks" button allows virt-p2v to learn about all the block devices again.
│ Network interfaces │ │ Convert Device Connect to virtual network │ [✔] em1 [default________________________] │ [ ] wlp3s0 [default________________________] │ │
In the Network interfaces panel, select the network interfaces that should be created in the guest after conversion. You can also connect these to target hypervisor networks (for further information about this feature, see "Networks and bridges" in virt-v2v(1)).
On supported hardware, left-clicking on the device name (eg. "em1") causes a light to start flashing on the physical interface, allowing the interface to be identified by the operator.
When you are ready to begin the conversion, press the "Start conversion" button:
│ [ Back ] [ Refresh disks ] [ Start conversion ] │ │ ─ ─ ──────────────────────────────────────────────────┘
When conversion is running you will see this dialog:
┌────────────────────────────────────────────────────────┐ │ virt-p2v │ │ │ │ ┌──────────────────────────────────────────────────┐ │ │ │ ▲│ │ │ │ │ │ │ │ │ │ ∼ ∼ ∼ ∼ │ │ │ │ │ │ │ │ │ │ ▼│ │ │ └──────────────────────────────────────────────────┘ │ │ │ │ Log files ... to /tmp/virt-p2v-xxx │ │ │ │ Doing conversion ... │ │ │ │ [ Cancel conversion ] │ │ │ └────────────────────────────────────────────────────────┘
In the main scrolling area you will see messages from the virt-v2v process.
Below the main area, virt-p2v shows you the location of the directory on the conversion server that contains log files and other debugging information. Below that is the current status and a button for cancelling conversion.
Once conversion has finished, you should shut down the physical machine. If conversion is successful, you should never reboot it.
If you don’t want to configure things using the graphical UI, an alternative is to configure through the kernel command line. This is especially convenient if you are converting a lot of physical machines which are booted using PXE.
Where exactly you set command line arguments depends on your PXE implementation, but for pxelinux you put them in the "APPEND" field in the pxelinux.cfg file. For example:
DEFAULT p2v TIMEOUT 20 PROMPT 0 LABEL p2v KERNEL vmlinuz0 APPEND initrd=initrd0.img [....] p2v.server=conv.example.com p2v.password=secret p2v.o=libvirt
You have to set some or all of the following command line arguments:
This is always required if you are using the kernel configuration method. If virt-p2v does not find this on the kernel command line then it switches to the GUI (interactive) configuration method.
The default is to try with no password. If this fails then virt-p2v will ask the user to type the password (probably several times during conversion).
This setting is ignored if "p2v.auth.identity.url" is present.
If "p2v.auth.identity.url" is present, it overrides "p2v.auth.password". There is no fallback.
The default is to use the same amount of RAM as on the physical machine.
p2v.disks=sda,sdc
The default is to convert all local hard disks that are found.
You give a comma-separated list of "interface:target" pairs, plus optionally a default target. For example:
p2v.network=em1:ovirtmgmt
maps interface "em1" to target network "ovirtmgmt".
p2v.network=em1:ovirtmgmt,em2:management,other
maps interface "em1" to "ovirtmgmt", and "em2" to "management", and any other interface that is found to "other".
If not specified, the default is "local", and the converted guest is written to /var/tmp.
If not specified, the default is /var/tmp (on the conversion server).
If virt-p2v is running as root, and the command line was set from /proc/cmdline (not --cmdline), then the default is to run the poweroff(8) command. Otherwise the default is not to run any command.
As a somewhat more secure alternative to password authentication, you can use an SSH identity (private key) for authentication.
First create a key pair. It must have an empty passphrase:
ssh-keygen -t rsa -N '' -f id_rsa
This creates a private key ("id_rsa") and a public key ("id_rsa.pub") pair.
The public key should be appended to the "authorized_keys" file on the virt-v2v conversion server (usually to "/root/.ssh/authorized_keys").
For distributing the private key, there are four scenarios from least secure to most secure:
Anyone who can sniff the PXE boot parameters from the network or observe the password some other way can log in to the virt-v2v conversion server.
│ Password: [ <leave this field blank> ] │ │ │ │ SSH Identity URL: [file:///var/tmp/id_rsa_____________] │
or on the kernel command line:
p2v.identity=file:///var/tmp/id_rsa
The SSH private key can still be sniffed from the network if using standard PXE.
│ Password: [ <leave this field blank> ] │ │ │ │ SSH Identity URL: [https://internal.example.com/id_rsa] │
or on the kernel command line:
p2v.identity=https://internal.example.com/id_rsa
Anyone could still download the private key and use it to log in to the virt-v2v conversion server, but you could provide some extra security by configuring the web server to only allow connections from P2V machines.
Note that ssh-keygen(1) creates the "id_rsa" (private key) file with mode 0600. If you simply copy the file to a webserver, the webserver will not serve it. It will reply with "403 Forbidden" errors. You will need to change the mode of the file to make it publicly readable, for example by using:
chmod 0644 id_rsa
Both virt-p2v-make-disk(1) and virt-p2v-make-kickstart(1) have the same option --inject-ssh-identity for injecting the private key into the virt-p2v disk image / ISO. See also the following manual sections:
"ADDING AN SSH IDENTITY" in virt-p2v-make-disk(1)
"ADDING AN SSH IDENTITY" in virt-p2v-make-kickstart(1)
In case the disk that contains the operating system, or other disks that you want to convert, are LUNs of remote iSCSI targets, follow the steps below so that virt-p2v can learn about said disks. Note that this procedure depends on the use of the GUI.
The guide below is roughly based on the RHEL9 product documentation.
(Note that the XTerm window(s) persist while you advance to further dialogs in virt-p2v, therefore it's unnecessary to jump back and forth between virt-p2v dialogs just for entering additional shell commands in the XTerm window(s).)
InitiatorName=iqn.1994-05.com.redhat:846e82c634
If the file does not exist, create it. (Remember that this file is part of the virt-p2v Live environment, therefore saving it does not modify any hard disks.)
Completing the configuration at this stage is important because the first "iscsiadm" command will start up the "iscsid" service, and configuration changes with that service already running will not (or may not) take effect until/unless you restart the service using "systemctl".
iscsiadm -m discovery -t st -p IP_ADDRESS
The command should respond with a two-column list of targets. The symbolic target names are in the right hand side column, for example:
10.64.24.179:3260,1 iqn.2006-04.example:444
iscsiadm -m node -T TARGET -l
This command will inform you whether the login attempt was successful.
Verify the results of the target scan with the "dmesg" command, and/or with
ls -l /dev/disk/by-path/ip-*-iscsi-*-lun-*
If these symlinks exist, containing the "IP_ADDRESS" from step 4 and the "TARGET" name from step 5 in their filenames, then the target scan has successfully found the corresponding LUNs.
As described below (see "HOW VIRT-P2V WORKS") virt-p2v makes several long-lived ssh connections to the conversion server. If these connections time out then virt-p2v will fail.
To test if a timeout might be causing problems, open an XTerm on the virt-p2v machine, "ssh root@conversion-server", and leave it for at least an hour. If the session disconnects without you doing anything, then there is a timeout which you should turn off.
Timeouts happen because:
virt-p2v ≥ 1.36 attempts to work around firewall timeouts by sending ssh keepalive messages every 5 minutes.
Note this section is not normative. We may change how virt-p2v works at any time in the future.
As described above, virt-p2v runs on a physical machine, interrogates the user or the kernel command line for configuration, and then establishes one or more ssh connections to the virt-v2v conversion server. The ssh connections are interactive shell sessions to the remote host, but the commands sent are generated entirely by virt-p2v itself, not by the user. For data transfer, virt-p2v will use the reverse port forward feature of ssh (ie. "ssh -R").
It will first make one or more test connections, which are used to query the remote version of virt-v2v and its features. The test connections are closed before conversion begins.
┌──────────────┐ ┌─────────────────┐ │ virt-p2v │ │ virt-v2v │ │ (physical │ control connection │ (conversion │ │ server) ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍▶ server) │ └──────────────┘ └─────────────────┘
Once virt-p2v is ready to start conversion, it will open a single ssh control connection. It first sends a mkdir command to create a temporary directory on the conversion server. The directory name is randomly chosen and is displayed in the GUI. It has the form:
/tmp/virt-p2v-YYYYMMDD-XXXXXXXX
where "YYYYMMDD" is the current date, and the ‘X’s are random characters.
Into this directory are written various files which include:
The output of the corresponding commands (ie dmesg(1), lscpu(1) etc) on the physical machine.
The dmesg output is useful for detecting problems such as missing device drivers or firmware on the virt-p2v ISO. The others are useful for debugging novel hardware configurations.
The content of the environment where virt-v2v(1) will run.
The name (usually the hostname) of the physical machine.
Libvirt XML describing the physical machine. It is used to pass data about the physical source host to virt-v2v(1) via the -i libvirtxml option.
Note this is not "real" libvirt XML (and must never be loaded into libvirt, which would reject it anyhow). Also it is not the same as the libvirt XML which virt-v2v generates in certain output modes.
The versions of virt-p2v and virt-v2v respectively.
The final status of the conversion. 0 if the conversion was successful. Non-zero if the conversion failed.
The start date/time of conversion.
The conversion log. This is just the output of the virt-v2v command on the conversion server. If conversion fails, you should examine this log file, and you may be asked to supply the complete, unedited log file in any bug reports or support tickets.
This is the wrapper script which is used when running virt-v2v. For interest only, do not attempt to run this script yourself.
Before conversion actually begins, virt-p2v then makes one or more further ssh connections to the server for data transfer.
The transfer protocol used currently is NBD (Network Block Device), which is proxied over ssh. The NBD server is nbdkit(1), with nbdkit-file-plugin(1) and socket activation.
There is one ssh connection per physical hard disk on the source machine (the common case — a single hard disk — is shown below):
┌──────────────┐ ┌─────────────────┐ │ virt-p2v │ │ virt-v2v │ │ (physical │ control connection │ (conversion │ │ server) ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍▶ server) │ │ │ │ │ │ │ data connection │ │ │ ╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍╍▶ │ │ nbdkit ← ─┘ │ │└─ ← NBD │ │ /dev/sda │ │ requests │ ∼ ∼ ∼ ∼ └──────────────┘ └─────────────────┘
Although the ssh data connection is originated from the physical server and terminates on the conversion server, in fact NBD requests flow in the opposite direction. This is because the reverse port forward feature of ssh ("ssh -R") is used to open a port on the loopback interface of the conversion server which is proxied back by ssh to nbdkit running on the physical machine. The effect is that virt-v2v via libguestfs can open nbd connections which directly read the hard disk(s) of the physical server.
Two layers of protection are used to ensure that there are no writes to the hard disks: Firstly, the nbdkit -r (readonly) option is used. Secondly libguestfs creates an overlay on top of the NBD connection which stores writes in a temporary file on the conversion file.
The long "virt-v2v -i libvirtxml physical.xml ..." command is wrapped inside a wrapper script and uploaded to the conversion server. The final step is to run this wrapper script, in turn running the virt-v2v command. The virt-v2v command references the physical.xml file (see above), which in turn references the NBD listening port(s) of the data connection(s).
Output from the virt-v2v command (messages, debugging etc) is saved in the log file on the conversion server. Only informational messages are sent back over the control connection to be displayed in the graphical UI.
virt-p2v-make-disk(1), virt-p2v-make-kickstart(1), virt-p2v-make-kiwi(1), virt-v2v(1), nbdkit(1), nbdkit-file-plugin(1), ssh(1), sshd(8), sshd_config(5), http://libguestfs.org/.
Matthew Booth
John Eckersberg
Richard W.M. Jones http://people.redhat.com/~rjones/
Mike Latimer
Pino Toscano
Tingting Zheng
Copyright (C) 2009-2019 Red Hat Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
To get a list of bugs against libguestfs (which include virt-p2v), use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
When reporting a bug, please supply:
2022-10-13 | virt-p2v-1.42.3 |