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
|