331c6bc244
RHEL patches: * Select correct qemu binary for -o qemu mode * Disable the --qemu-boot / -oo qemu-boot option * Fix list of supported sound cards to match RHEL qemu * Fixes for libguestfs-winsupport * -i disk: force VNC as display * point to KB for supported v2v hypervisors/guests * Remove -o glance * Remove the --in-place option * tests: Remove btrfs test * Remove --block-driver option Remove input from Xen resolves: RHEL-37687 Remove -o rhv, -o rhv-upload and -o vdsm modes resolves: RHEL-36712
28 lines
892 B
Diff
28 lines
892 B
Diff
From 9cedbf00c8166be81e7bab9b278522f9803f6758 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Mon, 8 Jul 2024 10:03:19 +0100
|
|
Subject: [PATCH] docs: Update -oo "?" example to use libvirt instead of RHV
|
|
mode
|
|
|
|
---
|
|
docs/virt-v2v.pod | 6 +++++-
|
|
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/docs/virt-v2v.pod b/docs/virt-v2v.pod
|
|
index bc946dc1..b53face6 100644
|
|
--- a/docs/virt-v2v.pod
|
|
+++ b/docs/virt-v2v.pod
|
|
@@ -589,7 +589,11 @@ the output name is the same as the input name.
|
|
Set output option(s) related to the current output mode.
|
|
To display short help on what options are available you can use:
|
|
|
|
- virt-v2v -o rhv-upload -oo "?"
|
|
+ $ virt-v2v -o libvirt -oo "?"
|
|
+ Output options that can be used with -o libvirt:
|
|
+
|
|
+ -oo compressed Compress the output file (used only with
|
|
+ -of qcow2)
|
|
|
|
=item B<-oo compressed>
|
|
|