]> git.proxmox.com Git - pve-docs.git/blobdiff - pvecm.1-synopsis.adoc
fix #3967: add ZFS dRAID documentation
[pve-docs.git] / pvecm.1-synopsis.adoc
index 510c85f4705b5fe38e09ad60126ed2c688b79ac0..e0bdec2a3abc882ddf9f3c477bd5650d09a8da62 100644 (file)
@@ -8,21 +8,25 @@ Adds the current node to an existing cluster.
 
 Hostname (or IP) of an existing cluster member.
 
+`--fingerprint` `([A-Fa-f0-9]{2}:){31}[A-Fa-f0-9]{2}` ::
+
+Certificate SHA 256 fingerprint.
+
 `--force` `<boolean>` ::
 
 Do not throw error if node already exists.
 
-`--nodeid` `<integer> (1 - N)` ::
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-Node id for this node.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
 
-`--ring0_addr` `<string>` ::
+`--nodeid` `<integer> (1 - N)` ::
 
-Hostname (or IP) of the corosync ring0 address of this node. Defaults to nodes hostname.
+Node id for this node.
 
-`--ring1_addr` `<string>` ::
+`--use_ssh` `<boolean>` ::
 
-Hostname (or IP) of the corosync ring1 address, this needs an valid configured ring 1 interface in the cluster.
+Always use SSH to join, even if peer may do it over API.
 
 `--votes` `<integer> (0 - N)` ::
 
@@ -30,71 +34,68 @@ Number of votes for this node
 
 *pvecm addnode* `<node>` `[OPTIONS]`
 
-Adds a node to the cluster configuration.
+Adds a node to the cluster configuration. This call is for internal use.
 
 `<node>`: `<string>` ::
 
 The cluster node name.
 
+`--apiversion` `<integer>` ::
+
+The JOIN_API_VERSION of the new node.
+
 `--force` `<boolean>` ::
 
 Do not throw error if node already exists.
 
-`--nodeid` `<integer> (1 - N)` ::
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-Node id for this node.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
 
-`--ring0_addr` `<string>` ::
+`--new_node_ip` `<string>` ::
 
-Hostname (or IP) of the corosync ring0 address of this node. Defaults to nodes hostname.
+IP Address of node to add. Used as fallback if no links are given.
 
-`--ring1_addr` `<string>` ::
+`--nodeid` `<integer> (1 - N)` ::
 
-Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_addr.
+Node id for this node.
 
 `--votes` `<integer> (0 - N)` ::
 
 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>` ::
 
 The name of the cluster.
 
-`--bindnet0_addr` `<string>` ::
-
-This specifies the network address the corosync ring 0 executive should bind to and defaults to the local IP address of the node.
-
-`--bindnet1_addr` `<string>` ::
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-This specifies the network address the corosync ring 1 executive should bind to and is optional.
+Address and priority information of a single corosync link. (up to 8 links supported; link0..link7)
 
 `--nodeid` `<integer> (1 - N)` ::
 
 Node id for this node.
 
-`--ring0_addr` `<string>` ::
-
-Hostname (or IP) of the corosync ring0 address of this node. Defaults to the hostname of the node.
-
-`--ring1_addr` `<string>` ::
-
-Hostname (or IP) of the corosync ring1 address, this needs an valid bindnet1_addr.
-
 `--votes` `<integer> (1 - N)` ::
 
 Number of votes for this node.
 
 *pvecm delnode* `<node>`
 
-Removes a node to the cluster configuration.
+Removes a node from the cluster configuration.
 
 `<node>`: `<string>` ::
 
-Hostname or IP of the corosync ring0 address of this node.
+The cluster node name.
 
 *pvecm expected* `<expected>`
 
@@ -148,6 +149,26 @@ Run a command with a tcp socket as standard input. The IP address and port are p
 
 Displays the local view of the cluster nodes.
 
+*pvecm qdevice remove*
+
+Remove a configured QDevice
+
+*pvecm qdevice setup* `<address>` `[OPTIONS]`
+
+Setup the use of a QDevice
+
+`<address>`: `<string>` ::
+
+Specifies the network address of an external corosync QDevice
+
+`--force` `<boolean>` ::
+
+Do not throw error on possible dangerous operations.
+
+`--network` `<string>` ::
+
+The network which should be used to connect to the external qdevice
+
 *pvecm status*
 
 Displays the local view of the cluster status.
@@ -158,7 +179,7 @@ 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>` ::