Blame SOURCES/0037-docs-Document-how-to-remove-Out-of-HTTP-sessions-lim.patch

62f9b7
From c0c4fa145da8a1d7b423c6f54bdf94d270c633de Mon Sep 17 00:00:00 2001
62f9b7
From: "Richard W.M. Jones" <rjones@redhat.com>
62f9b7
Date: Thu, 3 Dec 2020 10:06:29 +0000
62f9b7
Subject: [PATCH] docs: Document how to remove "Out of HTTP sessions" limit.
62f9b7
62f9b7
Thanks: Tamir
62f9b7
(cherry picked from commit 00649e98be43b4b05a28c5c8c858a54ec4fe3e7a)
62f9b7
---
62f9b7
 docs/virt-v2v-input-vmware.pod | 12 ++++++++++++
62f9b7
 1 file changed, 12 insertions(+)
62f9b7
62f9b7
diff --git a/docs/virt-v2v-input-vmware.pod b/docs/virt-v2v-input-vmware.pod
62f9b7
index e4df920e..ae8964dd 100644
62f9b7
--- a/docs/virt-v2v-input-vmware.pod
62f9b7
+++ b/docs/virt-v2v-input-vmware.pod
62f9b7
@@ -579,6 +579,18 @@ a stable IP address.  After that log in to the vCenter server’s admin
62f9b7
 console at C<https://vcenter:5480/>.  Under the C<Admin> tab, select
62f9b7
 C<Certificate regeneration enabled> and then reboot it.
62f9b7
 
62f9b7
+=head2 vCenter: "Out of HTTP sessions: Limited to ..."
62f9b7
+
62f9b7
+VMware vCenter appears to limit HTTP sessions and in some
62f9b7
+circumstances virt-v2v may exceed this number.  You can adjust or
62f9b7
+remove the limit by editing F</etc/vmware-vpx/vpxd.cfg> on the vCenter
62f9b7
+server.  Increase the C<E<lt>maxSessionCountE<gt>> field, or set it to
62f9b7
+C<0> which makes it unlimited:
62f9b7
+
62f9b7
+ <soap>
62f9b7
+   <maxSessionCount>0</maxSessionCount>
62f9b7
+ </soap>
62f9b7
+
62f9b7
 =head1 SEE ALSO
62f9b7
 
62f9b7
 L<virt-v2v(1)>.