]> git.proxmox.com Git - pmg-docs.git/blob - pmgcm.1-synopsis.adoc
installation: fix codeblock rendering in zfs performance tips section
[pmg-docs.git] / pmgcm.1-synopsis.adoc
1 *pmgcm* `<COMMAND> [ARGS] [OPTIONS]`
2
3 *pmgcm create*
4
5 Create initial cluster config with current node as master.
6
7 *pmgcm delete* `<cid>`
8
9 Remove a node from the cluster.
10
11 `<cid>`: `<integer> (1 - N)` ::
12
13 Cluster Node ID.
14
15 *pmgcm help* `[OPTIONS]`
16
17 Get help about specified command.
18
19 `--extra-args` `<array>` ::
20
21 Shows help for a specific command
22
23 `--verbose` `<boolean>` ::
24
25 Verbose output format.
26
27 *pmgcm join* `<master_ip>` `[OPTIONS]`
28
29 Join a new node to an existing cluster.
30
31 `<master_ip>`: `<string>` ::
32
33 IP address.
34
35 `--fingerprint` `^(:?[A-Z0-9][A-Z0-9]:){31}[A-Z0-9][A-Z0-9]$` ::
36
37 SSL certificate fingerprint.
38
39 *pmgcm join_cmd*
40
41 Prints the command for joining an new node to the cluster. You need to
42 execute the command on the new node.
43
44 *pmgcm promote*
45
46 Promote current node to become the new master.
47
48 *pmgcm status* `[OPTIONS]`
49
50 Cluster node status.
51
52 `--list_single_node` `<boolean>` ('default =' `0`)::
53
54 List local node if there is no cluster defined. Please note that RSA keys and fingerprint are not valid in that case.
55
56 *pmgcm sync* `[OPTIONS]`
57
58 Synchronize cluster configuration.
59
60 `--master_ip` `<string>` ::
61
62 Optional IP address for master node.
63
64