X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ovsdb%2Fovsdb-tool.1.in;h=6fdb4b5a5b3456b9fa9c9838f3734bf9c8add6a1;hb=0070f7fed386d6902fdd08b0a5503656011a6d2e;hp=8f255b04687485b8e78c15b4e7cf099798dfe13c;hpb=3829cad68a7e68760046a4903d60c0a4ee9b65c2;p=mirror_ovs.git diff --git a/ovsdb/ovsdb-tool.1.in b/ovsdb/ovsdb-tool.1.in index 8f255b046..6fdb4b5a5 100644 --- a/ovsdb/ovsdb-tool.1.in +++ b/ovsdb/ovsdb-tool.1.in @@ -1,10 +1,5 @@ .\" -*- nroff -*- -.de IQ -. br -. ns -. IP "\\$1" -.. -.\" -*- nroff -*- +.so lib/ovs.tmac .TH ovsdb\-tool 1 "@VERSION@" "Open vSwitch" "Open vSwitch Manual" .ds PN ovsdb\-tool . @@ -96,18 +91,17 @@ both its schema and data.) . .IP "\fBcreate\-cluster\fI db contents local" Use this command to initialize the first server in a high-availability -cluster of 3 (or more) database servers, e.g. for an OVN northbound or -southbound database in an environment that cannot tolerate a single -point of failure. It creates clustered database file \fIdb\fR and -configures the server to listen on \fIlocal\fR, which must take the -form \fIprotocol\fB:\fIip\fB:\fIport\fR, where \fIprotocol\fR is -\fBtcp\fR or \fBssl\fR, \fIip\fR is the server's IP (either an IPv4 -address or an IPv6 address enclosed in square brackets), and -\fIport\fR is a TCP port number. Only one address is specified, for -the first server in the cluster, ordinarily the one for the server -running \fBcreate\-cluster\fR. The address is used for communication -within the cluster, not for communicating with OVSDB clients, and must -not use the same port used for the OVSDB protocol. +cluster of 3 (or more) database servers, e.g. for a database in an +environment that cannot tolerate a single point of failure. It creates +clustered database file \fIdb\fR and configures the server to listen on +\fIlocal\fR, which must take the form \fIprotocol\fB:\fIip\fB:\fIport\fR, +where \fIprotocol\fR is \fBtcp\fR or \fBssl\fR, \fIip\fR is the server's +IP (either an IPv4 address or an IPv6 address enclosed in square +brackets), and \fIport\fR is a TCP port number. Only one address is +specified, for the first server in the cluster, ordinarily the one for +the server running \fBcreate\-cluster\fR. The address is used for +communication within the cluster, not for communicating with OVSDB +clients, and must not use the same port used for the OVSDB protocol. .IP The new database is initialized with \fIcontents\fR, which must name a file that contains either an OVSDB schema in JSON format or a