X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-p2v.1.html;h=a4fa6e5eb75383e111557f4b3917fa3a788a1a19;hb=8bcc3e22f15e730841bddd4c8aaabbe910c473d3;hp=a795e866f67b457017ba8e044b99ef8c623aaa02;hpb=65b46ce56a110e798c9a21f99eb7969f5ca073e3;p=virt-p2v.git diff --git a/virt-p2v.1.html b/virt-p2v.1.html index a795e86..a4fa6e5 100644 --- a/virt-p2v.1.html +++ b/virt-p2v.1.html @@ -40,6 +40,7 @@
  • BOOTING FROM A USB KEY INSTEAD OF A CD
  • TESTING AN ISO UNDER QEMU OR KVM
  • +
  • MAILING LIST
  • SEE ALSO
  • AUTHORS
  • COPYRIGHT
  • @@ -143,6 +144,13 @@ from the physical machine's root filesystem. You should probably try this method even though occasionally it does not work.

    +
    Ask for fixed IP address and gateway + +
    +

    In this mode the live CD will ask you for a fixed IP address and +gateway address, and will configure your chosen interface with these.

    +
    +
    Configure from the shell
    @@ -164,6 +172,14 @@ interface would be:

    gateway.

    +
    QEMU user network + +
    +

    This option configures the network for use inside a QEMU user network +(http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC30). It +should only be used by developers.

    +
    +
    Devices @@ -262,6 +278,21 @@ chance that they could coincide, which would leave a guest unable to access the virtual network.

    +
    Compression + +
    +

    Choose whether to enable or disable compression on disk images as they +are copied across the network.

    +
    +
    +

    If enabled, the -C option is passed to ssh(1). On fast networks +this can sometimes be slower.

    +
    +
    +

    NB: The disk image is still stored uncompressed on the remote host +however this option is set.

    +
    +
    Verify and proceed
    @@ -460,9 +491,44 @@ For example, Some ["sda"; "sdb"].

    network
    -

    Set this to the choice for network setup. Use either Some Auto or -Some Shell for auto-configuration or shell (manual) configuration -respectively.

    +

    Set this to the choice for network setup. Use one of:

    +
    +
    +
    Some Auto + +
    +

    for auto-configuration

    +
    + +
    Some Static + +
    +

    to specify the interface, address, netmask and gateway statically

    +
    + +
    Some Shell + +
    +

    to launch a shell

    +
    + +
    Some QEMUUserNet + +
    +

    to use a QEMU user network (developers only)

    +
    + +
    +
    static_network_config + +
    +

    This setting only applies if network is set to Some Static, +in which case you should set this to the static network settings, +a tuple of (interface, address, netmask, gateway, nameserver):

    +
    +
    +
    + Some ("eth0", "192.168.2.5", "255.255.255.0", "192.168.2.1", "192.168.2.1")
    hypervisor @@ -514,6 +580,13 @@ uniqueness so there is a very small chance that they could coincide, which would leave a guest unable to access the virtual network.

    +
    compression + +
    +

    Set this to Some false to disable compression, or Some true to +enable compression, or None to ask the user.

    +
    +

    @@ -555,6 +628,13 @@ you can test the P2V conversion process on the guest.


    +

    MAILING LIST

    +

    Please direct questions to the et-mgmt-tools mailing list +http://www.redhat.com/mailman/listinfo/et-mgmt-tools +<et-mgmt-tools @ redhat . com>

    +

    +

    +

    SEE ALSO

    virsh(1), http://www.libvirt.org/ocaml/,