pvecm <COMMAND> [ARGS] [OPTIONS]
pvecm add <hostname>
[OPTIONS]
Adds the current node to an existing cluster.
<hostname>
: <string>
--fingerprint
([A-Fa-f0-9]{2}:){31}[A-Fa-f0-9]{2}
--force
<boolean>
--link[n]
[address=]<IP> [,priority=<integer>]
--nodeid
<integer> (1 - N)
--use_ssh
<boolean>
--votes
<integer> (0 - N)
pvecm addnode <node>
[OPTIONS]
Adds a node to the cluster configuration. This call is for internal use.
<node>
: <string>
--apiversion
<integer>
--force
<boolean>
--link[n]
[address=]<IP> [,priority=<integer>]
--new_node_ip
<string>
--nodeid
<integer> (1 - N)
--votes
<integer> (0 - N)
pvecm apiver
Return the version of the cluster join API available on this node.
pvecm create <clustername>
[OPTIONS]
Generate new cluster configuration. If no links given, default to local IP address as link0.
<clustername>
: <string>
--link[n]
[address=]<IP> [,priority=<integer>]
--nodeid
<integer> (1 - N)
--votes
<integer> (1 - N)
pvecm delnode <node>
Removes a node from the cluster configuration.
<node>
: <string>
pvecm expected <expected>
Tells corosync a new value of expected votes.
<expected>
: <integer> (1 - N)
pvecm help [OPTIONS]
Get help about specified command.
--extra-args
<array>
--verbose
<boolean>
pvecm keygen <filename>
Generate new cryptographic key for corosync.
<filename>
: <string>
pvecm mtunnel [<extra-args>]
[OPTIONS]
Used by VM/CT migration - do not use manually.
<extra-args>
: <array>
--get_migration_ip
<boolean>
(default = 0
)
--migration_network
<string>
--run-command
<boolean>
pvecm nodes
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>
--force
<boolean>
--network
<string>
pvecm status
Displays the local view of the cluster status.
pvecm updatecerts [OPTIONS]
Update node certificates (and generate all needed files/directories).
--force
<boolean>
--silent
<boolean>