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

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