]> git.proxmox.com Git - pve-docs.git/blobdiff - pvecm.1-synopsis.adoc
run make update
[pve-docs.git] / pvecm.1-synopsis.adoc
index cbf32fa2069dfcd59411d580cf71aa6d88ad0ca1..adb92f69d94583859f9ebb3571ac1becda7b7cbe 100644 (file)
@@ -16,17 +16,13 @@ Certificate SHA 256 fingerprint.
 
 Do not throw error if node already exists.
 
-`--nodeid` `<integer> (1 - N)` ::
-
-Node id for this node.
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
+Address and priority information of a single corosync link.
 
-Hostname (or IP) of the corosync ring0 address of this node.
-
-`--ring1_addr` `<string>` ::
+`--nodeid` `<integer> (1 - N)` ::
 
-Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
+Node id for this node.
 
 `--use_ssh` `<boolean>` ::
 
@@ -38,7 +34,7 @@ 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>` ::
 
@@ -48,17 +44,13 @@ The cluster node name.
 
 Do not throw error if node already exists.
 
-`--nodeid` `<integer> (1 - N)` ::
-
-Node id for this node.
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
+Address and priority information of a single corosync link.
 
-Hostname (or IP) of the corosync ring0 address of this node.
-
-`--ring1_addr` `<string>` ::
+`--nodeid` `<integer> (1 - N)` ::
 
-Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
+Node id for this node.
 
 `--votes` `<integer> (0 - N)` ::
 
@@ -72,26 +64,14 @@ Generate new cluster configuration.
 
 The name of the cluster.
 
-`--bindnet0_addr` `<string>` ::
+`--link[n]` `[address=]<IP> [,priority=<integer>]` ::
 
-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>` ::
-
-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.
 
 `--nodeid` `<integer> (1 - N)` ::
 
 Node id for this node.
 
-`--ring0_addr` `<string>` ('default =' `Hostname of the node`)::
-
-Hostname (or IP) of the corosync ring0 address of this node.
-
-`--ring1_addr` `<string>` ::
-
-Hostname (or IP) of the corosync ring1 address of this node. Requires a valid configured ring 1 (bindnet1_addr) in the cluster.
-
 `--votes` `<integer> (1 - N)` ::
 
 Number of votes for this node.
@@ -132,29 +112,29 @@ Generate new cryptographic key for corosync.
 
 Output file name
 
-*pvecm mtunnel* `[<extra-args>]` `[OPTIONS]`
+*pvecm nodes*
 
-Used by VM/CT migration - do not use manually.
+Displays the local view of the cluster nodes.
 
-`<extra-args>`: `<array>` ::
+*pvecm qdevice remove*
 
-Extra arguments as array
+Remove a configured QDevice
 
-`--get_migration_ip` `<boolean>` ('default =' `0`)::
+*pvecm qdevice setup* `<address>` `[OPTIONS]`
 
-return the migration IP, if configured
+Setup the use of a QDevice
 
-`--migration_network` `<string>` ::
+`<address>`: `<string>` ::
 
-the migration network used to detect the local migration IP
+Specifies the network address of an external corosync QDevice
 
-`--run-command` `<boolean>` ::
+`--force` `<boolean>` ::
 
-Run a command with a tcp socket as standard input. The IP address and port are printed via this command's stdandard output first, each on a separate line.
+Do not throw error on possible dangerous operations.
 
-*pvecm nodes*
+`--network` `<string>` ::
 
-Displays the local view of the cluster nodes.
+The network which should be used to connect to the external qdevice
 
 *pvecm status*