search for: export_sd

Displaying 4 results from an estimated 4 matches for "export_sd".

Did you mean: export_id
2010 Jul 14
1
[PATCH] Documentation: Cleanup virt-v2v.conf references and mention --network
...id certificate, for example a self-signed certificate. In this case, certificate checking can be @@ -623,19 +633,21 @@ on the command line in place of I<-op> as in the following examples: =item Exporting a local Xen guest to RHEV -virt-v2v -f virt-v2v.conf -i libvirtxml -o rhev -osd <export_sd> <domain>.xml + virt-v2v -i libvirtxml -o rhev -osd <export_sd> \ + [--network <network name>] <domain>.xml =item Export a VMWare ESX guest to RHEV -virt-v2v -f virt-v2v.conf -ic esx://<esx.server>/ -o rhev -osd <export_sd> <domain> + virt-...
2010 Mar 31
1
[PATCH] Documentation: Update virt-v2v pod for RHEV export and IDE default
.../?no_verify=1 ... +=head1 EXPORTING A GUEST TO RHEV + +virt-v2v can export to RHEV any guest that it can convert. This includes: + +=over + +=item * + +Local Xen guests + +=item * + +ESX guests + +=item * + +Local libvirt/KVM guests + +=back + +To export to RHEV, specify: + + ... -o rhev -osd <export_sd> ... + +on the command line in place of I<-op> as in the following examples: + +=over + +=item Exporting a local Xen guest to RHEV + +virt-v2v -f virt-v2v.conf -i libvirtxml -o rhev -osd <export_sd> <domain>.xml + +=item Export a VMWare ESX guest to RHEV + +virt-v2v -f virt-v2v...
2010 May 04
2
[PATCH 1/2] Config: NFC: always create and pass round a Config object
We previously wouldn't create a Config object if no config file was specified. This change ensures that a Config object is always created, but will do nothing interesting if there is no config file. Apart from being slightly cleaner, this allows information provided by Config to be later supplied from the command line instead. --- lib/Sys/VirtV2V/Config.pm | 34
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV