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
27 lines
771 B
Diff
27 lines
771 B
Diff
From 9f7bb5fc33e3a828944f2d7987c84bcf17172b4c Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Thu, 16 May 2024 13:43:29 +0100
|
|
Subject: [PATCH] docs: Add VDDK prereq that server must not be in maintenance
|
|
mode
|
|
|
|
Fixes: https://issues.redhat.com/browse/RHEL-33699
|
|
---
|
|
docs/virt-v2v-input-vmware.pod | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/docs/virt-v2v-input-vmware.pod b/docs/virt-v2v-input-vmware.pod
|
|
index fe59222a..fc6be0e0 100644
|
|
--- a/docs/virt-v2v-input-vmware.pod
|
|
+++ b/docs/virt-v2v-input-vmware.pod
|
|
@@ -231,6 +231,10 @@ link above.
|
|
|
|
VDDK imports require a feature added in libvirt E<ge> 3.7.
|
|
|
|
+=item 5.
|
|
+
|
|
+The VMware server must not be in maintenance mode.
|
|
+
|
|
=back
|
|
|
|
=head2 VDDK: ESXi NFC service memory limits
|