]> git.proxmox.com Git - pve-docs.git/blobdiff - pvecm.1-synopsis.adoc
totp: fix copy/paste mistake
[pve-docs.git] / pvecm.1-synopsis.adoc
index daa616367b8b23253aebc29d59eb2d5629ec0b48..ae3b202b2e03ed1b99def84905d916e1cc510636 100644 (file)
@@ -18,7 +18,7 @@ Do not throw error if node already exists.
 
 `--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-Address and priority information of a single corosync link.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
 
 `--nodeid` `<integer> (1 - N)` ::
 
@@ -40,13 +40,21 @@ Adds a node to the cluster configuration. This call is for internal use.
 
 The cluster node name.
 
+`--apiversion` `<integer>` ::
+
+The JOIN_API_VERSION of the new node.
+
 `--force` `<boolean>` ::
 
 Do not throw error if node already exists.
 
 `--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-Address and priority information of a single corosync link.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
+
+`--new_node_ip` `<string>` ::
+
+IP Address of node to add. Used as fallback if no links are given.
 
 `--nodeid` `<integer> (1 - N)` ::
 
@@ -56,9 +64,14 @@ Node id for this node.
 
 Number of votes for this node
 
+*pvecm apiver*
+
+Return the version of the cluster join API available on this node.
+
 *pvecm create* `<clustername>` `[OPTIONS]`
 
-Generate new cluster configuration.
+Generate new cluster configuration. If no links given, default to local IP
+address as link0.
 
 `<clustername>`: `<string>` ::
 
@@ -66,7 +79,7 @@ The name of the cluster.
 
 `--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-Address and priority information of a single corosync link.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
 
 `--nodeid` `<integer> (1 - N)` ::
 
@@ -166,10 +179,14 @@ Update node certificates (and generate all needed files/directories).
 
 `--force` `<boolean>` ::
 
-Force generation of new SSL certifate.
+Force generation of new SSL certificate.
 
 `--silent` `<boolean>` ::
 
 Ignore errors (i.e. when cluster has no quorum).
 
+`--unmerge-known-hosts` `<boolean>` ('default =' `0`)::
+
+Unmerge legacy SSH known hosts.
+