summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-08-15 13:59:51 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-08-15 19:46:00 +0200
commit516f181a214df4d584ab3ff595ae155b93a9ea9a (patch)
tree1ccaa612190d1cc74932db2b35d32db5436344b3 /utilities
parent2803b3fb53f11cc6398294b9b6c365f53d50e0d3 (diff)
downloadopenvswitch-516f181a214df4d584ab3ff595ae155b93a9ea9a.tar.gz
docs: Remove remaining references to OVS kmod and XenServer.
README file still mentions a kernel module and some parts of the documentation still have XenServer references, e.g. 'xs-*' database configuration options. Removing them. Fixes: 422e90437854 ("make: Remove the Linux datapath.") Fixes: 83c9518e7c67 ("xenserver: Remove xenserver.") Acked-by: Aaron Conole <aconole@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'utilities')
-rwxr-xr-xutilities/bugtool/ovs-bugtool.in3
-rw-r--r--utilities/ovs-ctl.in4
-rw-r--r--utilities/ovs-testcontroller.8.in15
3 files changed, 3 insertions, 19 deletions
diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in
index fee0de853..856199875 100755
--- a/utilities/bugtool/ovs-bugtool.in
+++ b/utilities/bugtool/ovs-bugtool.in
@@ -658,8 +658,7 @@ exclude those logs from the archive.
prefix_output(CAP_SYSTEM_LOGS, log, last_mod_time=log_last_mod_time)
ovs_logs = ([OPENVSWITCH_LOG_DIR + x for x in
- ['ovs-vswitchd.log', 'ovsdb-server.log',
- 'ovs-xapi-sync.log', 'ovs-ctl.log']])
+ ['ovs-vswitchd.log', 'ovsdb-server.log', 'ovs-ctl.log']])
for log in ovs_logs:
prefix_output(CAP_OPENVSWITCH_LOGS, log,
last_mod_time=log_last_mod_time)
diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
index e6e07f476..eba9512fe 100644
--- a/utilities/ovs-ctl.in
+++ b/utilities/ovs-ctl.in
@@ -409,8 +409,8 @@ One of the following options is required for "start", "restart" and "force-reloa
--system-id=random use a random but persistent UUID to identify this system
Other important options for "start", "restart" and "force-reload-kmod":
- --system-type=TYPE set system type (e.g. "XenServer")
- --system-version=VERSION set system version (e.g. "5.6.100-39265p")
+ --system-type=TYPE set system type (e.g. "KVM")
+ --system-version=VERSION set system version (e.g. "4.18.el8_6")
--external-id="key=value"
add given key-value pair to Open_vSwitch external-ids
--delete-bridges delete all bridges just before starting ovs-vswitchd
diff --git a/utilities/ovs-testcontroller.8.in b/utilities/ovs-testcontroller.8.in
index 0f5c60344..b19ab7513 100644
--- a/utilities/ovs-testcontroller.8.in
+++ b/utilities/ovs-testcontroller.8.in
@@ -148,21 +148,6 @@ To bind locally to port 6653 (the default) and wait for incoming
connections from OpenFlow switches:
.IP
\fB% ovs\-testcontroller ptcp:\fR
-.SH "BUGS"
-.PP
-Configuring a Citrix XenServer to connect to a particular controller
-only points the remote OVSDB management connection to that controller.
-It does not also configure OpenFlow connections, because the manager
-is expected to do that over the management protocol.
-\fBovs\-testcontroller\fR is not an Open vSwitch manager and does not know
-how to do that.
-.PP
-As a stopgap workaround, \fBovs\-vsctl\fR can wait for an OVSDB
-connection and set the controller, e.g.:
-.IP
-\fB% ovs\-vsctl \-t0 \-\-db=pssl: \-\-certificate=cert.pem
-\-\-ca\-cert=none \-\-private\-key=privkey.pem
-\-\-peer\-ca\-cert=cacert.pem set\-controller ssl:\fIip\fR
.SH "SEE ALSO"
.
.BR ovs\-appctl (8),